Skip to content

Commit

Permalink
put hack back in for failing sqlite test
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgerator committed Sep 25, 2019
1 parent 7215450 commit ed9646d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/transactions_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ describe Crecto do
Repo.delete_all(Post)
Repo.delete_all(User)

puts "\nusers: #{Repo.all(User).size}\n"
sleep 0.1

delete_user = quick_create_user("all_transactions_delete_user")
update_user = quick_create_user("all_transactions_update_user")
update_user.name = "all_transactions_update_user_ojjl2032"
Expand Down

0 comments on commit ed9646d

Please sign in to comment.