Skip to content

Commit bf122cd

Browse files
test(realtime): fix method accessor syntax in lifecycle test
1 parent a98640a commit bf122cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/realtime-js/test/RealtimeChannel.lifecycle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ describe('Channel Lifecycle Management', () => {
549549
const resendSpy = vi.spyOn(channel.joinPush, 'resend')
550550

551551
// Call _rejoin - should return early due to leaving state
552-
channel['_rejoin']()
552+
channel._rejoin()
553553

554554
// Verify no actions were taken
555555
expect(leaveOpenTopicSpy).not.toHaveBeenCalled()

0 commit comments

Comments
 (0)