Skip to content

Commit 200bc05

Browse files
authored
init_actor_test: tweak test detail (#1206)
1 parent 6f55def commit 200bc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actors/init/tests/init_actor_test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ fn create_2_payment_channels() {
133133
let fake_params = ConstructorParams { network_name: String::from("fake_param") };
134134

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

138138
rt.expect_send_simple(
139139
expected_id_addr,

0 commit comments

Comments
 (0)