Skip to content

Commit 464a908

Browse files
committed
test(client): use TestNetwork from @atproto/dev-env
1 parent 151b4a9 commit 464a908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/globalSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { TestProject } from 'vitest/node';
22

33
import { CredentialManager, XRPC } from '@atcute/client';
4-
import { TestNetwork } from '@atcute/internal-dev-env';
4+
import { TestNetwork } from '@atproto/dev-env';
55

66
let network: TestNetwork;
77

0 commit comments

Comments
 (0)