diff --git a/test/Client.test.ts b/test/Client.test.ts index 2ba11ead9..f55512d27 100644 --- a/test/Client.test.ts +++ b/test/Client.test.ts @@ -21,7 +21,7 @@ const newLocalDockerClient = (): Promise => }) const newTestnetClient = (): Promise => - Client.create(newWallet(), { env: 'testnet' }) + Client.create(newWallet(), { env: 'dev' }) describe('Client', () => { const tests = [