Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
platfowner committed Sep 9, 2024
1 parent 68f9e03 commit 33ab51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/p2p.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,13 @@ describe("P2p", () => {
isEnabled: false,
networkInfo: {
url: "",
maxNumEventChannels: 20,
maxNumEventChannels: 30,
numEventChannels: 0,
maxNumEventFilters: 40,
numEventFilters: 0,
},
channelStatus: {
maxNumEventChannels: 20,
maxNumEventChannels: 30,
numEventChannels: 0,
channelLifeTimeLimitSecs: 3600,
channelIdleTimeLimitSecs: 600,
Expand Down

0 comments on commit 33ab51c

Please sign in to comment.