Skip to content

Commit

Permalink
uncomment accidentally commented line in test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstucki committed Dec 19, 2024
1 parent 8a67afe commit 9d81554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpadmin/admin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ func TestIdleConnectionClosure(t *testing.T) {
require.NoError(t, err)
}

// adminClient.Close()
adminClient.Close()
}

mutex.RLock()
Expand Down

0 comments on commit 9d81554

Please sign in to comment.