diff --git a/packages/orchestration/src/fixtures/zoe-tools.contract.js b/packages/orchestration/test/fixtures/zoe-tools.contract.js similarity index 91% rename from packages/orchestration/src/fixtures/zoe-tools.contract.js rename to packages/orchestration/test/fixtures/zoe-tools.contract.js index 388754b3c19..ee75530c5d3 100644 --- a/packages/orchestration/src/fixtures/zoe-tools.contract.js +++ b/packages/orchestration/test/fixtures/zoe-tools.contract.js @@ -2,10 +2,10 @@ import { makeSharedStateRecord } from '@agoric/async-flow'; import { InvitationShape } from '@agoric/zoe/src/typeGuards.js'; import { E } from '@endo/far'; import { M } from '@endo/patterns'; -import { withOrchestration } from '../utils/start-helper.js'; -import { prepareChainHubAdmin } from '../exos/chain-hub-admin.js'; +import { withOrchestration } from '../../src/utils/start-helper.js'; +import { prepareChainHubAdmin } from '../../src/exos/chain-hub-admin.js'; import * as flows from './zoe-tools.flows.js'; -import fetchedChainInfo from '../fetched-chain-info.js'; +import fetchedChainInfo from '../../src/fetched-chain-info.js'; const { values } = Object; @@ -17,7 +17,7 @@ const { values } = Object; * @import {Zone} from '@agoric/zone'; * @import {AssetInfo} from '@agoric/vats/src/vat-bank.js'; * @import {CosmosInterchainService} from '@agoric/orchestration'; - * @import {OrchestrationTools} from '../utils/start-helper.js'; + * @import {OrchestrationTools} from '../../src/utils/start-helper.js'; */ /** diff --git a/packages/orchestration/src/fixtures/zoe-tools.flows.js b/packages/orchestration/test/fixtures/zoe-tools.flows.js similarity index 96% rename from packages/orchestration/src/fixtures/zoe-tools.flows.js rename to packages/orchestration/test/fixtures/zoe-tools.flows.js index 8f31becff5c..d09ab1cc9e2 100644 --- a/packages/orchestration/src/fixtures/zoe-tools.flows.js +++ b/packages/orchestration/test/fixtures/zoe-tools.flows.js @@ -1,13 +1,13 @@ import { makeError } from '@endo/errors'; import { mustMatch } from '@endo/patterns'; -import { ChainAddressShape } from '../typeGuards.js'; +import { ChainAddressShape } from '../../src/typeGuards.js'; const { values } = Object; /** * @import {GuestInterface} from '@agoric/async-flow'; * @import {Orchestrator, LocalAccountMethods, OrchestrationAccountI, OrchestrationFlow, ChainAddress} from '@agoric/orchestration'; - * @import {ZoeTools} from '../utils/zoe-tools.js'; + * @import {ZoeTools} from '../../src/utils/zoe-tools.js'; */ /** diff --git a/packages/orchestration/test/utils/zoe-tools.test.ts b/packages/orchestration/test/utils/zoe-tools.test.ts index eb57d46b879..16a9ff53aeb 100644 --- a/packages/orchestration/test/utils/zoe-tools.test.ts +++ b/packages/orchestration/test/utils/zoe-tools.test.ts @@ -16,8 +16,8 @@ import { commonSetup } from '../supports.js'; const dirname = path.dirname(new URL(import.meta.url).pathname); const contractName = 'zoeTools'; -const contractFile = `${dirname}/../../src/fixtures/zoe-tools.contract.js`; -type StartFn = typeof import('../../src/fixtures/zoe-tools.contract.js').start; +const contractFile = `${dirname}/../../test/fixtures/zoe-tools.contract.js`; +type StartFn = typeof import('../../test/fixtures/zoe-tools.contract.js').start; type TestContext = Awaited> & { brands: Awaited>['brands'] & {