diff options
Diffstat (limited to 'tests/purgatory_sync.rs')
| -rw-r--r-- | tests/purgatory_sync.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/purgatory_sync.rs b/tests/purgatory_sync.rs index 3f52e4c..72f3d81 100644 --- a/tests/purgatory_sync.rs +++ b/tests/purgatory_sync.rs | |||
| @@ -795,7 +795,7 @@ async fn test_pr_event_clone_tag_sync_with_partial_oid_aggregation_from_multiple | |||
| 795 | // Clone URLs: source_grasp + syncing (NOT git_server - PR commit only via PR's clone tag) | 795 | // Clone URLs: source_grasp + syncing (NOT git_server - PR commit only via PR's clone tag) |
| 796 | // Relay URLs: source_grasp + mock_relay + syncing | 796 | // Relay URLs: source_grasp + mock_relay + syncing |
| 797 | let announcement = nostr_sdk::EventBuilder::new( | 797 | let announcement = nostr_sdk::EventBuilder::new( |
| 798 | nostr_sdk::Kind::Custom(30617), | 798 | Kind::GitRepoAnnouncement, |
| 799 | "Repository for PR clone tag + partial OID test", | 799 | "Repository for PR clone tag + partial OID test", |
| 800 | ) | 800 | ) |
| 801 | .tags(vec![ | 801 | .tags(vec![ |