Skip to content

Commit

Permalink
init_actor_test: tweak test detail (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek authored Feb 10, 2023
1 parent 6f55def commit 200bc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/init/tests/init_actor_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn create_2_payment_channels() {
let fake_params = ConstructorParams { network_name: String::from("fake_param") };

// expect anne creating a payment channel to trigger a send to the payment channels constructor
let balance = TokenAmount::from_atto(100u8);
let balance = TokenAmount::from_atto(100);

rt.expect_send_simple(
expected_id_addr,
Expand Down

0 comments on commit 200bc05

Please sign in to comment.