From a4f80e7ec1b9738e9a6d4c8f637cf97c7e2960dc Mon Sep 17 00:00:00 2001 From: archipelago Date: Sun, 13 Sep 2026 01:48:36 -0400 Subject: [PATCH] test: update GitWorkshop launcher deep-link expectation --- neode-ui/src/stores/__tests__/appLauncher.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neode-ui/src/stores/__tests__/appLauncher.test.ts b/neode-ui/src/stores/__tests__/appLauncher.test.ts index d7d62805..db871c13 100644 --- a/neode-ui/src/stores/__tests__/appLauncher.test.ts +++ b/neode-ui/src/stores/__tests__/appLauncher.test.ts @@ -95,7 +95,7 @@ describe('useAppLauncherStore', () => { const store = useAppLauncherStore() store.openSession('archipelago-source') expect(openInApp).toHaveBeenCalledWith( - 'http://192.0.2.10/app/archipelago-source/', + 'http://192.0.2.10/app/archipelago-source/npub1w3sqdkrhn0gyuvsex32effzgnfpyde6qrrc4u467flg5e9txh4wsfn5vjg/relay.ngit.dev/archy', ) expect(store.panelAppId).toBeNull() expect(store.isOpen).toBe(false)