Skip to content

Commit

Permalink
test: fix price source integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs committed Dec 1, 2023
1 parent ca5147b commit fbb4196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/services/prices/price-sources.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('Token Price Sources', () => {
getResult: (source, addresses) =>
source.getHistoricalPrices({
addresses,
timestamp: 1680220800, // Friday, 31 March 2023 0:00:00
timestamp: 1701000000, // Sunday, 26 November 2023 12:00:00
config: { timeout: '10s' },
searchWidth: undefined,
}),
Expand Down

0 comments on commit fbb4196

Please sign in to comment.