Skip to content

Commit

Permalink
uatest: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Jan 4, 2022
1 parent 726819e commit aa8cd5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uatest/stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ func TestStats(t *testing.T) {
"UpdateNamespaces": newExpVarInt(1),
"NodesToRead": newExpVarInt(1),
"Read": newExpVarInt(1),
"Send": newExpVarInt(1),
"Send": newExpVarInt(2),
"Close": newExpVarInt(1),
"CloseSession": newExpVarInt(2),
"SecureChannel": newExpVarInt(2),
"Session": newExpVarInt(5),
"Session": newExpVarInt(4),
"State": newExpVarInt(0),
}

Expand Down

0 comments on commit aa8cd5d

Please sign in to comment.