Skip to content

Commit

Permalink
fix: make the test use dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Mar 13, 2024
1 parent 36be6be commit bffdad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/src/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,9 @@ test('can stream messages', async () => {
})

test('can stream conversations with delay', async () => {
const bo = await Client.createRandom({ env: 'local' })
const bo = await Client.createRandom({ env: 'dev' })
await delayToPropogate()
const alix = await Client.createRandom({ env: 'local' })
const alix = await Client.createRandom({ env: 'dev' })
await delayToPropogate()

const allConvos: Conversation<any>[] = []
Expand Down

0 comments on commit bffdad6

Please sign in to comment.