Skip to content

Commit

Permalink
Fixes pos_init_validator test
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed May 5, 2023
1 parent 382c7fd commit aa1196b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/src/e2e/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@ fn pos_init_validator() -> Result<()> {
BERTHA,
"--unsafe-dont-encrypt",
"--gas-limit",
"1",
"30",
"--commission-rate",
"0.05",
"--max-commission-rate-change",
Expand Down Expand Up @@ -2582,7 +2582,7 @@ fn pos_init_validator() -> Result<()> {
"--amount",
"1000.5",
"--gas-limit",
"1",
"30",
"--node",
&validator_one_rpc,
];
Expand Down Expand Up @@ -2616,9 +2616,9 @@ fn pos_init_validator() -> Result<()> {
"--validator",
new_validator,
"--amount",
"1000",
"10000",
"--gas-limit",
"1",
"30",
"--node",
&validator_one_rpc,
];
Expand Down

0 comments on commit aa1196b

Please sign in to comment.