Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jan 9, 2025
1 parent 261f868 commit 07b5434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/mappingHandlers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ psmMetricsDaily.metricsCount = BigInt(1);
const psmMetrics = new PsmMetrics(
'published.psm.IST.USDC_axl.metrics',
BigInt(35),
new Date('2024-12-26T12:49:50.669Z'),
new Date('2024-12-26T12:49:56.863'),
'USDC_axl',
'USDC_axl',
BigInt(0),
Expand All @@ -179,7 +179,7 @@ subqlTest('psmMetrics at block 35', 35, [], [psmMetricsDaily, psmMetrics], 'hand
const psmGovernance = new PsmGovernance(
'published.psm.IST.USDT_axl.governance',
BigInt(35),
new Date('2024-12-26T12:49:50.669Z'),
new Date('2024-12-26T12:49:56.863'),
'USDT_axl',
'USDT_axl',
BigInt(1000000000),
Expand Down

0 comments on commit 07b5434

Please sign in to comment.