Skip to content

Commit

Permalink
test: Fix the salt relation
Browse files Browse the repository at this point in the history
  • Loading branch information
bush1D3v committed Jun 18, 2024
1 parent d12e4ae commit 90bcdfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/user_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ mod integration_tests {
Some(vec![("salt", &salt)]),
)
.await;
sleep(Duration::from_secs(2)).await;
FunctionalTester::delete_from_database(
postgres(),
TablesEnum::Users,
Expand Down

0 comments on commit 90bcdfa

Please sign in to comment.