Skip to content

Commit

Permalink
chore(b:zoe): bump synthetic-chain dep
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 12, 2024
1 parent d11fa6a commit ce078d9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 331 deletions.
2 changes: 1 addition & 1 deletion proposals/b:zoe1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.4-2",
"@agoric/synthetic-chain": "^0.0.6-3",
"ava": "^5.3.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion proposals/b:zoe1/post.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import test from 'ava';
import { getIncarnation } from '@agoric/synthetic-chain/src/lib/vat-status.js';
import { getIncarnation } from '@agoric/synthetic-chain';

test(`Zoe vat was upgraded`, async t => {
const incarantion = await getIncarnation('zoe');
Expand Down
4 changes: 1 addition & 3 deletions proposals/b:zoe1/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

set -e

source /usr/src/upgrade-test-scripts/env_setup.sh

yarn ava post.test.js
yarn ava
Loading

0 comments on commit ce078d9

Please sign in to comment.