()
| 640 | |
| 641 | #[test] |
| 642 | fn full_domain_subdomain() { |
| 643 | let name = |
| 644 | resolve_identity_name("https://alice.atomic.storage/workspaces/w/projects/p/code"); |
| 645 | assert_eq!(name.as_deref(), Some("alice")); |
| 646 | } |
| 647 | |
| 648 | #[test] |
| 649 | fn no_subdomain_returns_none() { |
nothing calls this directly
no test coverage detected