We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941b0e1 commit f9b43a8Copy full SHA for f9b43a8
server/monitor_test.go
@@ -1335,7 +1335,7 @@ func TestMonitorConnzSortByIdleTime(t *testing.T) {
1335
1336
for name, conns := range cases {
1337
t.Run(name, func(t *testing.T) {
1338
- sort.Sort(byIdle{conns, now})
+ sort.Sort(SortByIdle{conns, now})
1339
1340
idleDurations := getIdleDurations(conns, now)
1341
0 commit comments