Fix comment

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2018-10-08 11:24:14 -07:00
parent ce95e5a84b
commit 05bfeddbce

View File

@@ -582,7 +582,7 @@ func TestSimpleMapping(t *testing.T) {
t.Fatalf("Error for client 'bar' from server: %v", err)
}
// We should not have zero on both.
// We should have zero on both.
if bslc := barAcc.sl.Count(); bslc != 0 {
t.Fatalf("Expected no normal subscriptions on barAcc, got %d", bslc)
}