diff options
Diffstat (limited to 'test_utils/src/git.rs')
| -rw-r--r-- | test_utils/src/git.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/src/git.rs b/test_utils/src/git.rs index 3c19a2c..470cd83 100644 --- a/test_utils/src/git.rs +++ b/test_utils/src/git.rs | |||
| @@ -26,7 +26,7 @@ impl Default for GitTestRepo { | |||
| 26 | let coordinate = Coordinate { | 26 | let coordinate = Coordinate { |
| 27 | kind: Kind::GitRepoAnnouncement, | 27 | kind: Kind::GitRepoAnnouncement, |
| 28 | public_key: repo_event.pubkey, | 28 | public_key: repo_event.pubkey, |
| 29 | identifier: repo_event.identifier().unwrap().to_string(), | 29 | identifier: repo_event.tags.identifier().unwrap().to_string(), |
| 30 | relays: vec![ | 30 | relays: vec![ |
| 31 | "ws://localhost:8055".to_string(), | 31 | "ws://localhost:8055".to_string(), |
| 32 | "ws://localhost:8056".to_string(), | 32 | "ws://localhost:8056".to_string(), |