Skip to content

Commit

Permalink
fix integration tests for Close()
Browse files Browse the repository at this point in the history
  • Loading branch information
hotafrika committed Aug 11, 2022
1 parent 28b54ca commit a60e59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uatest/stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestStats(t *testing.T) {
"Send": newExpVarInt(2),
"Close": newExpVarInt(1),
"CloseSession": newExpVarInt(2),
"SecureChannel": newExpVarInt(2),
"SecureChannel": newExpVarInt(3),
"Session": newExpVarInt(4),
"State": newExpVarInt(0),
}
Expand Down

0 comments on commit a60e59e

Please sign in to comment.