Skip to content

Commit

Permalink
fix(a3p): fix bundle not loaded error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes committed Dec 4, 2024
1 parent ad66520 commit fb05f20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions a3p-integration/proposals/z:acceptance/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ yarn ava kread.test.js
echo ACCEPTANCE TESTING valueVow
yarn ava valueVow.test.js

echo ACCEPTANCE TESTING mintHolder
yarn ava mintHolder.test.js

echo ACCEPTANCE TESTING state sync
./state-sync-snapshots-test.sh
./genesis-test.sh
Expand All @@ -34,6 +37,3 @@ yarn ava governance.test.js

echo ACCEPTANCE TESTING vaults
yarn ava vaults.test.js

echo ACCEPTANCE TESTING mintHolder
yarn ava mintHolder.test.js

0 comments on commit fb05f20

Please sign in to comment.