Skip to content

Commit

Permalink
fix: Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jun 27, 2024
1 parent ec9eb8f commit 044a8f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,7 @@ it('calculates networkFilters', async () => {
expiredGauges
);

expect(networkFilters).toEqual([1, 10, 100, 137, 1101, 8453, 42161, 43114]);
expect(networkFilters).toEqual([
1, 10, 100, 137, 252, 1101, 8453, 42161, 43114,
]);
});
8 changes: 8 additions & 0 deletions src/providers/cross-chain-sync.provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ describe('Returns correct Sync state by network', () => {
10,
100,
137,
252,
1101,
8453,
34443,
42161,
43114,
],
Expand All @@ -67,8 +69,10 @@ describe('Returns correct Sync state by network', () => {
10,
100,
137,
252,
1101,
8453,
34443,
43114,
],
}
Expand Down Expand Up @@ -101,8 +105,10 @@ describe('Returns correct Sync state by network', () => {
10,
100,
137,
252,
1101,
8453,
34443,
43114,
],
}
Expand All @@ -121,6 +127,8 @@ test('Calculates L2 network balances', async () => {
"100": "0.0000",
"1101": "0.0000",
"137": "0.0000",
"252": "0.0000",
"34443": "0.0000",
"42161": "0.0904",
"43114": "0.0000",
"8453": "0.0000",
Expand Down

0 comments on commit 044a8f8

Please sign in to comment.