Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
schnetzlerjoe committed Nov 8, 2023
1 parent 5d4d14e commit f4ab298
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion contract/src/contract.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @ts-check
/* global harden */
import '@agoric/zoe/exported.js';
import '@agoric/network/exported.js';
import { Far } from '@endo/marshal';
import { ICS27ICAProtocol } from './ica.js';

Expand Down
2 changes: 1 addition & 1 deletion contract/test/test-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { encodeBase64 } from '@endo/base64';
import {
makeNetworkProtocol,
makeLoopbackProtocolHandler,
} from '@agoric/swingset-vat/src/vats/network/index.js';
} from '@agoric/network';
import { Far } from '@endo/marshal/src/make-far.js';
import { makePromiseKit } from '@endo/promise-kit';
import bundleSource from '@endo/bundle-source';
Expand Down

0 comments on commit f4ab298

Please sign in to comment.