Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Apr 23, 2024
1 parent 4943e9a commit 88affc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/db_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn test_multiple_user_sessions() {
assert_eq!(result.avatar_url.expect("is some"), TEST_URL_1);
assert_eq!(result.github_url, TEST_URL_2);
assert!(result.is_admin);

let result = db.get_user_for_session(session2).expect("result is ok");
assert_eq!(result.github_login, TEST_LOGIN_1);

Expand Down

0 comments on commit 88affc5

Please sign in to comment.