Skip to content

Commit

Permalink
Fixup - Update User Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Proziam committed Sep 25, 2024
1 parent 2a54481 commit 356016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ async fn update_user_test() {

// Return the user to original condition
let original_user = UpdateUserPayload {
email: Some("[email protected]".to_string()),
email: Some(demo_email),
password: Some("qwerqwer".to_string()),
data: None,
};
Expand Down

0 comments on commit 356016c

Please sign in to comment.