()
| 602 | |
| 603 | #[test] |
| 604 | fn display() { |
| 605 | let id = RepoId::wiki(); |
| 606 | assert_eq!( |
| 607 | format!("{id}"), |
| 608 | "32212616-fc1b-11e8-8eda-b70af6d8d09f".to_owned() |
| 609 | ); |
| 610 | } |
| 611 | |
| 612 | #[test] |
| 613 | fn validation() { |
nothing calls this directly
no outgoing calls
no test coverage detected