Skip to content

Commit f9b43a8

Browse files
committed
Fix monitor_test.go reference
1 parent 941b0e1 commit f9b43a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/monitor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ func TestMonitorConnzSortByIdleTime(t *testing.T) {
13351335

13361336
for name, conns := range cases {
13371337
t.Run(name, func(t *testing.T) {
1338-
sort.Sort(byIdle{conns, now})
1338+
sort.Sort(SortByIdle{conns, now})
13391339

13401340
idleDurations := getIdleDurations(conns, now)
13411341

0 commit comments

Comments
 (0)