Skip to content

Commit

Permalink
fix: Fix test, fetching artifact from local typechain
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Jan 4, 2022
1 parent 6a7960f commit da07b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suites/reserve-configuration.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { expect } from 'chai';
import { BigNumber } from 'ethers';
import { deployMockReserveConfiguration } from '@aave/deploy-v3/dist/helpers/contract-deployments';
import { MockReserveConfiguration } from '@aave/deploy-v3/dist/types/typechain';
import { ProtocolErrors } from '../helpers/types';
import { evmSnapshot, evmRevert } from '@aave/deploy-v3';
import { MockReserveConfiguration } from '../types';

describe('ReserveConfiguration', async () => {
let snap: string;
Expand Down

0 comments on commit da07b87

Please sign in to comment.