Skip to content

Commit

Permalink
fix: unit test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Jun 12, 2024
1 parent 85163fe commit d2b7480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/cross-chain-sync.provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ describe('Returns correct Sync state by network', () => {

expect(networksBySyncState.value).toMatchInlineSnapshot(`
{
"synced": [],
"syncing": [
"synced": [
42161,
],
"syncing": [],
"unsynced": [
10,
100,
Expand Down

0 comments on commit d2b7480

Please sign in to comment.