Skip to content

Commit

Permalink
fix committe wallet name
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 18, 2021
1 parent fff7e0f commit 9b690bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/backend/features/persistent_log.rs
Expand Up @@ -73,7 +73,7 @@ pub fn persistent_log_contains_all_sent_votes() {

vote_timing.wait_for_tally_start(nodes.get(0).unwrap().rest());

let mut committee = controller.wallet("committee").unwrap();
let mut committee = controller.wallet("committee_1").unwrap();
let vote_plan = controller.vote_plan(&fund_name).unwrap();

controller
Expand Down

0 comments on commit 9b690bd

Please sign in to comment.