diff options
Diffstat (limited to 'tests/list.rs')
| -rw-r--r-- | tests/list.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/list.rs b/tests/list.rs index 61c2201..cd071a9 100644 --- a/tests/list.rs +++ b/tests/list.rs | |||
| @@ -181,6 +181,7 @@ mod cannot_find_repo_event { | |||
| 181 | event_id: repo_event.id, | 181 | event_id: repo_event.id, |
| 182 | author: Some(TEST_KEY_1_KEYS.public_key()), | 182 | author: Some(TEST_KEY_1_KEYS.public_key()), |
| 183 | relays: vec!["ws://localhost:8056".to_string()], | 183 | relays: vec!["ws://localhost:8056".to_string()], |
| 184 | kind: None, | ||
| 184 | } | 185 | } |
| 185 | .to_bech32()?, | 186 | .to_bech32()?, |
| 186 | )?; | 187 | )?; |