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 ee3cef9 commit 7238d81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/queries.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const getQuery = (entity, filters) => {
}`,
vaultManagerMetrics: `query {
bundleInstall {
bundleInstalls {
nodes {
id
blockHeight
Expand Down
8 changes: 4 additions & 4 deletions src/test/mappingHandlers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subqlTest(

const vault = new Vault(
'published.vaultFactory.managers.manager0.vaults.vault6',
BigInt(758),
BigInt(1149),
new Date('2024-12-26T13:16:21.039'),
'published.wallet.agoric1ee9hr0jyrxhy999y755mp862ljgycmwyp4pl7q.current',
);
Expand All @@ -55,14 +55,14 @@ vault.debt = BigInt(4745610000);
vault.state = 'active';

subqlTest(
'Vault and VaultStateDailies at height 758',
758,
'Vault and VaultStateDailies at height 1149',
1149,
[],
[
vault,
new VaultStatesDaily(
'20241226',
BigInt(758),
BigInt(1149),
new Date('2024-12-26T13:16:21.039'),
BigInt(1),
BigInt(0),
Expand Down

0 comments on commit 7238d81

Please sign in to comment.