Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Jan 18, 2025
1 parent 85fd697 commit 73a21c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('NucleusBoringVaultHandler', () => {
const mockTotalSupply = 100n;
contractTestingUtils.mockCall('totalSupply', [mockTotalSupply]);

const totalSupply = await handler.getTotalSupply();
const totalSupply = await handler.totalSupply();
expect(totalSupply).toEqual(mockTotalSupply);
});

Expand Down

0 comments on commit 73a21c7

Please sign in to comment.