Make other API calls for next, ack ,and byseq more aligned with others

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2020-01-17 06:11:02 -08:00
parent 88760724e1
commit 4046babb77
4 changed files with 13 additions and 10 deletions

View File

@@ -187,6 +187,7 @@ func TestJetStreamAddStream(t *testing.T) {
if err != nil {
t.Fatalf("Unexpected error adding stream: %v", err)
}
defer mset.Delete()
nc := clientConnectToServer(t, s)
defer nc.Close()