Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kentSarmiento committed Dec 26, 2023
1 parent acd5939 commit bd45837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link-for-later/tests/users.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async fn test_register_user(#[values(DatabaseType::MongoDb)] db_type: DatabaseTy

let db_item = repository.get_user("[email protected]").await;
assert!(db_item.email == "[email protected]");
assert!(db_item.password != "test");
assert!(db_item.password != "test"); // verify password is not saved in plaintext
}

#[rstest]
Expand Down

0 comments on commit bd45837

Please sign in to comment.