Skip to content

Commit

Permalink
package-lock dependabot suggestion, fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Jan 11, 2024
1 parent aab7eae commit c35559f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/unit/event_engine_presence.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ describe('EventEngine', () => {

await forEvent('HEARTBEAT_SUCCESS', 1000);

await forState('HEARTBEATCOOLDOWN', 1000);
await forState('HEARTBEAT_COOLDOWN', 1000);

pubnub.leaveAll();

Expand Down

0 comments on commit c35559f

Please sign in to comment.