Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Apr 7, 2023
1 parent b52eef6 commit 3110627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/multisig/tests/multisig_actor_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2408,7 +2408,7 @@ fn test_fallback() {

let mut rt = construct_runtime(msig);
let h = util::ActorHarness::new();
h.construct_and_verify(&mut rt, 2, 0, 0, vec![anne, bob]);
h.construct_and_verify(&rt, 2, 0, 0, vec![anne, bob]);

// this is arbitrary
let params = IpldBlock::serialize_cbor(&vec![1u8, 2u8, 3u8]).unwrap();
Expand Down

0 comments on commit 3110627

Please sign in to comment.