From 84efbdf3142a254d2b7efe6337c3d75b40c13588 Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:43:31 +0100 Subject: [PATCH] test: Use unseeded testnets for nexus-watcher tests --- nexus-watcher/tests/event_processor/utils/watcher.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nexus-watcher/tests/event_processor/utils/watcher.rs b/nexus-watcher/tests/event_processor/utils/watcher.rs index b490e888..b6dd9a4d 100644 --- a/nexus-watcher/tests/event_processor/utils/watcher.rs +++ b/nexus-watcher/tests/event_processor/utils/watcher.rs @@ -112,8 +112,7 @@ impl WatcherTest { // WARNING: testnet initialization is time expensive, we only init one per process // TODO: Maybe we should create a single testnet network (singleton and push there more homeservers) - // This can be further sped up by using Testnet::new_unseeded() with pubky-testnet 0.7.x - let mut testnet = Testnet::new().await?; + let mut testnet = Testnet::new_unseeded().await?; testnet.create_http_relay().await?; // Create a random homeserver with a random public key