Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Collison <derek@nats.io>
  • Loading branch information
derekcollison committed Dec 6, 2018
1 parent b9aa2a3 commit c0932df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events_test.go
Expand Up @@ -918,7 +918,7 @@ func TestServerEventStatsZ(t *testing.T) {
if m.Stats.ActiveAccounts != 2 {
t.Fatalf("Did not match active accounts of 2, got %d", m.Stats.ActiveAccounts)
}
if m.Stats.Sent.Msgs != 1 {
if m.Stats.Sent.Msgs != 2 {
t.Fatalf("Did not match sent msgs of 1, got %d", m.Stats.Sent.Msgs)
}
if m.Stats.Received.Msgs != 1 {
Expand Down

0 comments on commit c0932df

Please sign in to comment.