Skip to content

Commit

Permalink
fix upgradeHlper dep
Browse files Browse the repository at this point in the history
  • Loading branch information
iomekam committed Sep 7, 2023
1 parent f7b3ab9 commit a9d117f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import test from 'ava';

import { waitForBlock } from './upgradeHelpers.mjs';
import { agd, agoric } from '../cliHelper.js';
import { waitForBlock } from '../commonUpgradeHelpers.js';

test.before(async () => {
console.log('Wait for upgrade to settle');
Expand Down

0 comments on commit a9d117f

Please sign in to comment.