This commit is contained in:
David Dworken 2023-11-01 18:04:40 -07:00
parent 588e2f4405
commit 8493224e23
No known key found for this signature in database

View File

@ -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)()