Skip to content

Commit

Permalink
fix: change test env
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed May 27, 2022
1 parent fae2e7e commit 8cbdd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const newLocalDockerClient = (): Promise<Client> =>
})

const newTestnetClient = (): Promise<Client> =>
Client.create(newWallet(), { env: 'testnet' })
Client.create(newWallet(), { env: 'dev' })

describe('Client', () => {
const tests = [
Expand Down

0 comments on commit 8cbdd15

Please sign in to comment.