Skip to content

Commit

Permalink
Lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed Feb 26, 2024
1 parent 110c0ea commit 9b36285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/20240223-composable-stable-pool-v6/test/test.fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { actionId } from '@helpers/models/misc/actions';
import { expectEqualWithError } from '@helpers/relativeError';
import { deploy } from '@src';
import { randomBytes } from 'ethers/lib/utils';
import { DAY, MINUTE, SECOND, advanceTime, advanceToTimestamp, currentTimestamp, setNextBlockTimestamp } from '@helpers/time';
import { DAY, MINUTE, advanceTime, currentTimestamp } from '@helpers/time';

describeForkTest('ComposableStablePool V6', 'mainnet', 19292000, function () {
let task: Task;
Expand Down

0 comments on commit 9b36285

Please sign in to comment.