diff --git a/uatest/stats_test.go b/uatest/stats_test.go index 89bd3468..cdebbfe5 100644 --- a/uatest/stats_test.go +++ b/uatest/stats_test.go @@ -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), }