Skip to content

Commit 560d766

Browse files
committed
feedback
1 parent 3526142 commit 560d766

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/stream/Stream.integration.test.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,11 @@ describe('Stream integration', () => {
1717
const name = 'test';
1818
const data = await createAblyApp({
1919
keys: [{}],
20-
namespaces: [{ id: name, persisted: true }],
20+
namespaces: [],
2121
channels: [
2222
{
2323
name,
24-
presence: [
25-
{ clientId: 'John', data: '[email protected]' },
26-
{ clientId: 'Dave', data: '[email protected]' },
27-
],
24+
presence: [],
2825
},
2926
],
3027
});

0 commit comments

Comments
 (0)