Skip to content

Commit

Permalink
test: use empty string instead of undefined in mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckT committed Oct 4, 2024
1 parent 6f86f06 commit 6718123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const TEST_POSITIONS_CELO: Position[] = [
title: 'G$ / cUSD',
description: 'Pool',
imageUrl: '',
manageUrl: undefined,
manageUrl: ''
},
tokenId: 'celo-mainnet:0x31f9dee850b4284b81b52b25a3194f2fc8ff18cf',
tokens: [
Expand Down Expand Up @@ -95,7 +95,7 @@ const TEST_POSITIONS_ETHEREUM: Position[] = [
title: 'UNI / USDC',
description: 'Pool',
imageUrl: '',
manageUrl: undefined,
manageUrl: ''
},
tokenId: 'ethereum-mainnet:0x31f9dee850b4284b81b52b25a3194f2fc8ff18cf',
tokens: [
Expand Down

0 comments on commit 6718123

Please sign in to comment.