Remove Queue Oracle

This commit is contained in:
Sarah Jamie Lewis 2023-03-06 13:43:57 -08:00
parent 186a33deb6
commit de32ae240a
1 changed files with 0 additions and 4 deletions

View File

@ -120,9 +120,6 @@ func TestFileSharing(t *testing.T) {
alice.AutoHandleEvents([]event.Type{event.PeerStateChange, event.NewRetValMessageFromPeer})
bob.AutoHandleEvents([]event.Type{event.PeerStateChange, event.NewRetValMessageFromPeer})
queueOracle := event.NewQueue()
app.GetEventBus(bob.GetOnion()).Subscribe(event.FileDownloaded, queueOracle)
// Turn on File Sharing Experiment...
settings := app.ReadSettings()
settings.ExperimentsEnabled = true
@ -171,7 +168,6 @@ func TestFileSharing(t *testing.T) {
t.Fatalf("cwthc.png should have been automatically downloadeded...")
}
queueOracle.Shutdown()
app.Shutdown()
acn.Close()
time.Sleep(10 * time.Second)