Fix test that I forgot to update in 588e2f4405

This commit is contained in:
David Dworken
2023-11-01 22:09:49 -07:00
parent 56e4609970
commit 7f8772af3a
2 changed files with 1 additions and 3 deletions

View File

@@ -1784,8 +1784,6 @@ 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)()