Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
snikidev committed Mar 12, 2024
1 parent 30c5974 commit f122396
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/stream/Stream.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ describe('Stream integration', () => {
const name = 'test';
const data = await createAblyApp({
keys: [{}],
namespaces: [{ id: name, persisted: true }],
namespaces: [],
channels: [
{
name,
presence: [
{ clientId: 'John', data: 'john@test.com' },
{ clientId: 'Dave', data: 'dave@test.com' },
],
presence: [],
},
],
});
Expand Down

0 comments on commit f122396

Please sign in to comment.