()
| 593 | |
| 594 | #[test] |
| 595 | fn full_domain_subdomain() { |
| 596 | let name = |
| 597 | resolve_identity_name("https://alice.atomic.storage/workspaces/w/projects/p/code"); |
| 598 | assert_eq!(name.as_deref(), Some("alice")); |
| 599 | } |
| 600 | |
| 601 | #[test] |
| 602 | fn no_subdomain_returns_none() { |
nothing calls this directly
no test coverage detected