()
| 588 | |
| 589 | #[test] |
| 590 | fn equality() { |
| 591 | assert_eq!( |
| 592 | RepoId::wiki(), |
| 593 | RepoId::try_from("32212616-fc1b-11e8-8eda-b70af6d8d09f").unwrap() |
| 594 | ); |
| 595 | } |
| 596 | |
| 597 | #[test] |
| 598 | fn relative_path() { |
nothing calls this directly
no outgoing calls
no test coverage detected