Skip to content

Commit

Permalink
test: clean up use.sh and test.sh: comments and drop redudancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Oct 29, 2024
1 parent 84ec1f5 commit 53129a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions a3p-integration/proposals/n:upgrade-next/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# suppress file names from glob that run earlier
GLOBIGNORE=initial.test.js

yarn ava ./replaceElectorate.test.js

# test the state right after upgrade
yarn ava initial.test.js

Expand Down
3 changes: 3 additions & 0 deletions a3p-integration/proposals/n:upgrade-next/use.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
set -uxeo pipefail

node ./addGov4

# Econ Committee accept invitations for Committee and Charter
./acceptInvites.js

# "oracles" accept their invitations and provide prices to priceFeeds
./verifyPushedPrice.js 'ATOM' 12.01
./verifyPushedPrice.js 'stATOM' 12.01

0 comments on commit 53129a8

Please sign in to comment.