Skip to content

Commit

Permalink
hardcode block number in the past
Browse files Browse the repository at this point in the history
  • Loading branch information
valiafetisov committed Dec 1, 2022
1 parent 7a0ccfc commit eed3c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/vault-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ describe('Sound values are extracted', () => {
describe(`Collateral vault simulation liquidation `, () => {
before(async () => {
await createWalletForRpc();
await resetNetwork();
await resetNetwork(16066000); // TODO: remove hardcoded block number and investigate `Dog/not-unsafe` error
});
for (const collateralType of getLiquidatableCollateralTypes()) {
it(`runs the simulaton for ${collateralType}`, async () => {
Expand Down

0 comments on commit eed3c37

Please sign in to comment.