Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Mar 19, 2024
1 parent e09dcfa commit d0370e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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 d0370e9

Please sign in to comment.