Skip to content

Commit

Permalink
test: Look for new vat cleanup budget parameter in a3p-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Dec 24, 2024
1 parent d575daa commit def86b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions a3p-integration/proposals/n:upgrade-next/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Place here any test that should be executed using the executed proposal.
# The effects of this step are not persisted in further proposal layers.

test_val \
"$(agd q swingset params -o json | jq -Sc .vat_cleanup_budget)" \
'[{"key":"default","value":"5"},{"key":"kv","value":"50"}]' \
'vat cleanup budget'

# suppress file names from glob that run earlier
GLOBIGNORE=initial.test.js

Expand Down

0 comments on commit def86b0

Please sign in to comment.