From 8493224e23a1512d9e112f833fbc06d4dcb96227 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Wed, 1 Nov 2023 18:04:40 -0700 Subject: [PATCH] Add TODO --- client/client_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/client_test.go b/client/client_test.go index 5a263eb..e544df4 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -1784,6 +1784,8 @@ func testTui_delete(t *testing.T) { assertNoLeakedConnections(t) } +// TODO: Write a test for control-X to select and cd + func testTui_search(t *testing.T, onlineStatus OnlineStatus) { // Setup defer testutils.BackupAndRestore(t)()