Skip to content

Commit 7c7f121

Browse files
author
James Cor
committed
more
1 parent 764741c commit 7c7f121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ func TestStatusVariableMaxUsedConnections(t *testing.T) {
15721572
}
15731573

15741574
checkGlobalStatVar(t, "Max_used_connections", uint64(0))
1575-
checkGlobalStatVar(t, "Max_used_connections_time", "")
1575+
checkGlobalStatVar(t, "Max_used_connections_time", uint64(0))
15761576

15771577
conn1 := newConn(1)
15781578
handler.NewConnection(conn1)

0 commit comments

Comments
 (0)