Skip to content

Commit 72fbe1c

Browse files
committed
chore: update channel test for params push
1 parent e7aade8 commit 72fbe1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/realtime-js/test/channel_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('join', () => {
8585
spy.calledWith({
8686
topic: 'topic',
8787
event: 'phx_join',
88-
payload: { one: 'two' },
88+
payload: { one: 'two', configs: {} },
8989
ref: defaultRef,
9090
})
9191
)

0 commit comments

Comments
 (0)