Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Jan 5, 2024
1 parent e46e232 commit 67854d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import { providers } from 'ethers';
// } from './types';

describe('UiStakeDataProvider', () => {
const user = '0x0000000000000000000000000000000000000001';
const uiStakeDataProvider = '0x0000000000000000000000000000000000000002';
// const user = '0x0000000000000000000000000000000000000001';
// const uiStakeDataProvider = '0x0000000000000000000000000000000000000002';
const dataProvider: providers.Provider = new providers.JsonRpcProvider();

Check warning on line 25 in packages/contract-helpers/src/V3-uiStakeDataProvider-contract-copy/uiStakeDataProvider.test.ts

View workflow job for this annotation

GitHub Actions / ci

'dataProvider' is assigned a value but never used

// jest.spyOn(StakedTokenDataProvider__factory, 'connect').mockReturnValue({
Expand Down

0 comments on commit 67854d5

Please sign in to comment.