diff --git a/pubsub/pubsub_test.go b/pubsub/pubsub_test.go index 07a8811..88ef8cf 100644 --- a/pubsub/pubsub_test.go +++ b/pubsub/pubsub_test.go @@ -85,6 +85,8 @@ func TestPubSub_multipleSubjects(t *testing.T) { require.NoError(t, err) err = p.Publish("sub1", "blah-blah-1") + require.NoError(t, err) + err = p.Publish("sub2", "blah-blah-2") require.NoError(t, err)