Skip to content

Commit

Permalink
Add more comments to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarema committed Jun 19, 2021
1 parent f452241 commit dad4664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/js_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ func TestJetStreamSubscribe(t *testing.T) {
t.Fatalf("Expected %d pending ack, and %d still waiting to be delivered, got %d and %d", 1, 1, info.NumAckPending, info.NumPending)
}

// do nat ack the message to not affect rest of the test by alias test
if err := nmsg.Nak(); err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit dad4664

Please sign in to comment.