Fix test
This commit is contained in:
parent
4fb83a0fef
commit
4a4b4e245f
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue