Skip to content

Commit

Permalink
[ci ckip] Fix for typo (#6488)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Collison <derek@nats.io>
  • Loading branch information
derekcollison authored Feb 10, 2025
2 parents 2f93351 + 927c6c3 commit d1bbbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/jetstream_cluster_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7609,7 +7609,7 @@ func TestJetStreamClusterAccountStatsForReplicatedStreams(t *testing.T) {

// We need to account for possibility that the stream create was also on this server, hence the >= vs strict ==.
require_True(t, accStats.Received.Msgs >= 10)
require_True(t, accStats.Received.Bytes >= 1024*1204)
require_True(t, accStats.Received.Bytes >= 1024*1024)
// For sent, we will have 10 pub acks, and then should have 40 extra messages that are sent and accounted for
// during the nrg propsal to the R5 peers.
require_True(t, accStats.Sent.Msgs >= 50)
Expand Down

0 comments on commit d1bbbc7

Please # to comment.