Skip to content

Commit

Permalink
dispatch: Fix TestMuxPublish (thrasher-corp#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasher- authored Jul 6, 2023
1 parent 2a6581b commit 489bbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispatch/dispatch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 489bbb1

Please sign in to comment.