Skip to content

Commit

Permalink
Updates for `client.sh' test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Chabowski committed Aug 22, 2024
1 parent 8fd0f69 commit e8dc469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sh/scenarios/chainspecs/client.chainspec.toml.override
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[transactions.v1]
wasm_lanes = [[2, 1_048_576, 2048, 1_000_000_000_000, 1], [3, 104857600, 1024, 500_000_000_000, 3], [4, 172_032, 1024, 50_000_000_000, 7], [5, 12_288, 512, 1_500_000_000, 15]]
2 changes: 1 addition & 1 deletion sh/scenarios/client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function main() {
# 0. Wait for network start up
do_await_genesis_era_to_complete
# 1. Check Subcommand Count
compare_client_subcommand_count "$(get_client_subcommand_count)" "31"
compare_client_subcommand_count "$(get_client_subcommand_count)" "34"
# 2. Test Each Subcommand Outputs Help
test_subcommand_help
# 3. Test generate-completion subcommand: Each SHELL
Expand Down

0 comments on commit e8dc469

Please sign in to comment.