Skip to content

Commit

Permalink
[ci skip] Fix for typo
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Collison <[email protected]>
  • Loading branch information
derekcollison authored and neilalexander committed Feb 10, 2025
1 parent 25da6f1 commit 9ed25b4
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 @@ -7477,7 +7477,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 9ed25b4

Please sign in to comment.