Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions nexus-watcher/tests/event_processor/utils/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down