Update Account::Profile tests and code.
This commit is contained in:
parent
431cd280a4
commit
38d35e23b6
3 changed files with 4 additions and 5 deletions
|
|
@ -173,7 +173,7 @@ $andy = $session->user;
|
|||
|
||||
#Test that the address was saved to the profile
|
||||
cmp_bag (
|
||||
[ map { $andy->profileField($_) } keys %profile_info ],
|
||||
[ map { $andy->get($_) } keys %profile_info ],
|
||||
[ values %profile_info ],
|
||||
'Profile fields were updated'
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue