Skip to content

Commit

Permalink
add ref to quiz result in db test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-K-1 committed Feb 27, 2024
1 parent 4567110 commit 5683584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gov-portal-db/tests/test_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async fn test_complete_profile() -> Result<(), anyhow::Error> {
);

users_manager
.update_user_quiz_result(addr_1, quiz_result)
.update_user_quiz_result(addr_1, &quiz_result)
.await?;

// Verify that newly registered user has incomplete profile status with solved quiz
Expand Down

0 comments on commit 5683584

Please sign in to comment.