Skip to content

Commit

Permalink
Fix test cli shared recovery list.
Browse files Browse the repository at this point in the history
  • Loading branch information
AureliaDolo committed Dec 11, 2024
1 parent 1d225c2 commit e77c235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tests/integration/shared_recovery/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ async fn list_shared_recovery_ok(tmp_path: TmpPath) {
)
.stdout(predicates::str::contains(format!(
"Shared recovery for {GREEN}{}{RESET}",
alice.user_id
alice.human_handle
)));
}

0 comments on commit e77c235

Please sign in to comment.