Skip to content

Commit 39873f9

Browse files
committed
chore: fix test case
1 parent f327d68 commit 39873f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-rpc/src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ describe('devtools rpc', () => {
4545

4646
expect(await client2.hello(2)).toBe('hello world from client 2')
4747

48-
expect(await server.broadcast.hey('server')).toEqual(['hey server, I\'m client 1', 'hey server, I\'m client 2'])
48+
expect(await server.broadcast.hey('server')).toEqual(expect.arrayContaining(['hey server, I\'m client 1', 'hey server, I\'m client 2']))
4949
})
5050
})

0 commit comments

Comments
 (0)