Actually set room when running SetRoomCommand #79

Merged
projectmoon merged 3 commits from set-room-command-actually-set-room into master 2021-05-29 20:26:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4a4b4e245f - Show all commits

View File

@ -118,6 +118,6 @@ mod tests {
assert!(matches!(account, Account::Registered(_)));
let user_again = account.registered_user().unwrap();
assert_eq!(user, user_again);
assert_eq!(user, *user_again);
}
}