Skip to content

Commit

Permalink
chore: make test work on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Feb 13, 2024
1 parent 42b7e42 commit 1d12d6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion a3p-integration/proposals/b:upgrade-14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.5-3",
"@agoric/synthetic-chain": "^0.0.6-4",
"ava": "^5.3.1"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { readFile, writeFile } from 'node:fs/promises';

import test from 'ava';

import { makeAgd } from '@agoric/synthetic-chain/src/lib/agd-lib.js';
import {
makeAgd,
getUser,
voteLatestProposalAndWait,
} from '@agoric/synthetic-chain/src/lib/commonUpgradeHelpers.js';
} from '@agoric/synthetic-chain';

const SUBMISSION_DIR = 'invite-submission';

Expand Down
4 changes: 4 additions & 0 deletions a3p-integration/proposals/b:upgrade-14/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
source /usr/src/upgrade-test-scripts/env_setup.sh

yarn ava

0 comments on commit 1d12d6c

Please sign in to comment.