Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Dec 18, 2024
1 parent 117720c commit 594ddd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/integration_tests/src/client/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub mod happy_path {
}

pub fn join_group(env: &mut PocketIc, sender: Principal, group_chat_id: ChatId) {
let local_user_index = summary(env, sender, group_chat_id).local_user_index_canister_id;
let local_user_index = local_user_index(env, group_chat_id);
crate::client::local_user_index::happy_path::join_group(env, sender, local_user_index, group_chat_id);
}

Expand Down

0 comments on commit 594ddd9

Please sign in to comment.