Skip to content

Commit

Permalink
test: remove terminateGovernor logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Jan 27, 2025
1 parent 11019e7 commit e149839
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 37 deletions.
1 change: 0 additions & 1 deletion a3p-integration/proposals/n:upgrade-next/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ upgradeAgoricNames/
publishTestInfo/
upgrade-mintHolder/
upgradeAssetReserve/
terminate-governor/
upgradePSM/
3 changes: 1 addition & 2 deletions a3p-integration/proposals/n:upgrade-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"vats/upgrade-agoricNames.js agoricNamesCoreEvals/upgradeAgoricNames",
"testing/add-USD-OLIVES.js agoricNamesCoreEvals/addUsdOlives",
"testing/publish-test-info.js agoricNamesCoreEvals/publishTestInfo",
"vats/upgrade-mintHolder.js upgrade-mintHolder A3P_INTEGRATION",
"vats/terminate-governor-instance.js terminate-governor board02963:ATOM-USD_price_feed"
"vats/upgrade-mintHolder.js upgrade-mintHolder A3P_INTEGRATION"
]
},
"type": "module",
Expand Down
33 changes: 0 additions & 33 deletions a3p-integration/proposals/n:upgrade-next/terminateGovernor.test.js

This file was deleted.

1 change: 0 additions & 1 deletion a3p-integration/proposals/n:upgrade-next/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

yarn ava terminateGovernor.test.js
yarn ava replaceFeeDistributor.test.js
yarn ava mintHolder.test.js
yarn ava provisionPool.test.js
Expand Down

0 comments on commit e149839

Please sign in to comment.