Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Sep 6, 2023
1 parent ff26b31 commit 2f58483
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 @@ -25,6 +25,7 @@ test('Does not calculate boosts when user does not have gauge shares', async ()
totalSupply: '1000',
poolAddress: '0x0297e37f1873d2dab4487aa67cd56b58e2f27875',
isPreferentialGauge: false,
isKilled: false,
},
};
const userGaugeShares = ref([gaugeShare]);
Expand Down
1 change: 1 addition & 0 deletions src/services/balancer/gauges/__mocks__/gauge-mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const defaultGaugeShares: GaugeShare[] = [
totalSupply: defaultTotalSupply,
poolAddress: '0x0297e37f1873d2dab4487aa67cd56b58e2f27875',
isPreferentialGauge: false,
isKilled: false,
},
},
];
Expand Down

0 comments on commit 2f58483

Please sign in to comment.