Skip to content

Commit

Permalink
fixup! chore: moved init-orca.js from test to src
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovonni committed Oct 4, 2024
1 parent 1db90cf commit c344d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contract/test/orca-multichain.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const configFile = nodeRequire.resolve('../../e2e-testing/config.yaml');
const test = anyTest;

const contractName = 'orca';
const contractBuilder = './test/builder/init-orca.js';
const contractBuilder = './src/builder/init-orca.js';

const makeTestContext = async t => {
t.log('configure starship regisry', configFile);
Expand Down
2 changes: 1 addition & 1 deletion contract/tools/e2e-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ export const makeE2ETools = (
// generate plan, etc
// const keyring = await makeKeyring(tools);
// const deployBuilder = makeDeployBuilder(tools, fse.readJSON, execa);
const contractBuilder = './test/builder/init-orca.js';
const contractBuilder = './src/builder/init-orca.js';
// await deployBuilder(contractBuilder);
const { stdout } = await execa`agoric run ${contractBuilder}`;
const match = stdout.match(/ (?<name>[-\w]+)-permit.json/);
Expand Down

0 comments on commit c344d92

Please sign in to comment.