Skip to content

Commit

Permalink
test(test-wallet-upgade): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 5, 2024
1 parent 401e87a commit 748e81b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/boot/test/bootstrapTests/test-wallet-upgrade.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// @ts-check
import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js';
import { eventLoopIteration } from '@agoric/notifier/tools/testSupports.js';
import { eventLoopIteration } from '@agoric/internal/src/testing-utils.js';
import { makeAgoricNamesRemotesFromFakeStorage } from '@agoric/vats/tools/board-utils.js';
import { Offers } from '@agoric/inter-protocol/src/clientSupport.js';
import { makeWalletFactoryDriver } from '../../tools/drivers';
import { makeSwingsetTestKit } from '../../tools/supports';
import { makeWalletFactoryDriver } from '../../tools/drivers.ts';
import { makeSwingsetTestKit } from '../../tools/supports.ts';
import {
restartWalletFactoryScript,
sendInvitationScript,
Expand Down

0 comments on commit 748e81b

Please sign in to comment.