Skip to content

Commit 5cad229

Browse files
committed
fixup! chore(supabase): update node-browser tests for Realtime vsn=1.0.0 and 2.0.0
1 parent bde17d7 commit 5cad229

File tree

1 file changed

+2
-2
lines changed
  • packages/core/supabase-js/test/integration/node-browser

1 file changed

+2
-2
lines changed

packages/core/supabase-js/test/integration/node-browser/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
log('Creating channel...')
9898
const channel = supabase.channel('realtime:public:todos-' + vsn, {
99-
config: { broadcast: { ack: true, self: true } }
99+
config: { broadcast: { ack: true, self: true } },
100100
})
101101

102102
// Set up broadcast listener
@@ -114,7 +114,7 @@
114114
await channel.send({
115115
type: 'broadcast',
116116
event: 'test-event',
117-
payload: { message: 'Hello from browser!' }
117+
payload: { message: 'Hello from browser!' },
118118
})
119119
}
120120
})

0 commit comments

Comments
 (0)