mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
dispatch: Fix TestMuxPublish (#1256)
This commit is contained in:
@@ -536,7 +536,7 @@ func TestMuxPublish(t *testing.T) {
|
||||
}
|
||||
|
||||
// demonstrate that jobs go back to not being sent after unsubscribing
|
||||
err = mux.Unsubscribe(itemID, pipe.C)
|
||||
err = mux.Unsubscribe(itemID, pipe.c)
|
||||
if !errors.Is(err, nil) {
|
||||
t.Fatalf("received: '%v' but expected: '%v'", err, nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user