Skip to content

Commit 61da1c6

Browse files
committed
test
1 parent 261f868 commit 61da1c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/mappingHandlers.test.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const psmMetricsDaily = new PsmMetricsDaily(
150150
'published.psm.IST.USDC_axl.metrics',
151151
20241226,
152152
BigInt(35),
153-
new Date('2024-12-26T12:49:50.000Z'),
153+
new Date('2024-12-26T12:49:56.000'),
154154
);
155155

156156
psmMetricsDaily.denom = 'USDC_axl';
@@ -164,7 +164,7 @@ psmMetricsDaily.metricsCount = BigInt(1);
164164
const psmMetrics = new PsmMetrics(
165165
'published.psm.IST.USDC_axl.metrics',
166166
BigInt(35),
167-
new Date('2024-12-26T12:49:50.669Z'),
167+
new Date('2024-12-26T12:49:56.863'),
168168
'USDC_axl',
169169
'USDC_axl',
170170
BigInt(0),
@@ -179,7 +179,7 @@ subqlTest('psmMetrics at block 35', 35, [], [psmMetricsDaily, psmMetrics], 'hand
179179
const psmGovernance = new PsmGovernance(
180180
'published.psm.IST.USDT_axl.governance',
181181
BigInt(35),
182-
new Date('2024-12-26T12:49:50.669Z'),
182+
new Date('2024-12-26T12:49:56.863'),
183183
'USDT_axl',
184184
'USDT_axl',
185185
BigInt(1000000000),

0 commit comments

Comments
 (0)