Skip to content

Commit

Permalink
fix sqlite specs
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgerator committed Jul 25, 2018
1 parent c39c82a commit ba9c5d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/transactions_spec.cr
Expand Up @@ -32,10 +32,12 @@ describe Crecto do
Repo.delete_all(User)

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

user = quick_create_user("this should delete")

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

multi = Multi.new
multi.delete(user)
Expand Down

0 comments on commit ba9c5d2

Please sign in to comment.