Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <wally@nats.io>
  • Loading branch information
wallyqs committed Feb 17, 2023
1 parent 3aca1ca commit 772a389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collector/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func TestVarz(t *testing.T) {
"gnatsd_varz_out_msgs": 1,
"gnatsd_varz_in_bytes": 5,
"gnatsd_varz_out_bytes": 5,
"gnatsd_varz_subscriptions": 39,
"gnatsd_varz_subscriptions": 44,
}

verifyCollector(CoreSystem, url, "varz", cases, t)
Expand Down Expand Up @@ -365,7 +365,7 @@ func TestStreamingVarz(t *testing.T) {
"gnatsd_varz_out_msgs": 44,
"gnatsd_varz_in_bytes": 1594,
"gnatsd_varz_out_bytes": 1549,
"gnatsd_varz_subscriptions": 52,
"gnatsd_varz_subscriptions": 57,
}

verifyCollector(CoreSystem, url, "varz", cases, t)
Expand Down

0 comments on commit 772a389

Please sign in to comment.