Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Aug 17, 2023
1 parent 7d4a6cf commit 58130a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/composables/queries/useUserBoostsQuery.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ test('Does not calculate boosts when user does not have gauge shares', async ()
poolId: 'test pool id',
totalSupply: '1000',
poolAddress: '0x0297e37f1873d2dab4487aa67cd56b58e2f27875',
isPreferentialGauge: false,
},
};
const userGaugeShares = ref([gaugeShare]);
Expand Down
1 change: 1 addition & 0 deletions src/composables/queries/useUserGaugeSharesQuery.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ test('Returns gauge shares for the current user', async () => {
poolId: defaultPoolId,
totalSupply: defaultTotalSupply,
poolAddress: '0x0297e37f1873d2dab4487aa67cd56b58e2f27875',
isPreferentialGauge: false,
},
},
]);
Expand Down

0 comments on commit 58130a9

Please sign in to comment.