Skip to content

Commit

Permalink
test: reinstate corrected proposal submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Nov 27, 2024
1 parent 8a8996f commit 4fa5ae5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions a3p-integration/proposals/p:upgrade-19/eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ echo "UPGRADE-19 Running proposal declared in package.json"
# copy to run in the proposal package so the dependencies can be resolved
cp /usr/src/upgrade-test-scripts/eval_submission.js .

#echo RUNNING ./eval_submission.js
#./eval_submission.js
#echo RAN ./eval_submission.js
echo RUNNING ./eval_submission.js
./eval_submission.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import test from 'ava';
import { evalBundles } from '@agoric/synthetic-chain';

test('test upgraded board', async t => {
await evalBundles('submission');
await evalBundles('testUpgradedBoard');

t.pass();
});

0 comments on commit 4fa5ae5

Please sign in to comment.