Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed May 8, 2024
1 parent 2913b29 commit 2f92957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/js-sdk/test/Client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ describe('ClientOptions', () => {

const client = await Client.create(newWallet(), {
codecs: [new CustomCodec()],
env: 'local',
})
const other = await Client.create(newWallet(), { env: 'local' })
const convo = await client.conversations.newConversation(other.address)
Expand Down

0 comments on commit 2f92957

Please sign in to comment.