Remove some poorly written tests

This commit is contained in:
Jon Staab
2025-03-31 14:32:46 -07:00
parent 8bc336ae5d
commit d0eca0d1b8
24 changed files with 59 additions and 2454 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export const searchProfiles = debounce(500, (search: string) => {
if (search.length > 2) {
load({
filter: {kinds: [PROFILE], search},
relays: Router.getInstance().Search().getUrls(),
relays: Router.get().Search().getUrls(),
})
}
})