Skip to content

Commit

Permalink
fix: avoid randomly failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed May 5, 2024
1 parent 4dfd9be commit d60be8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/hourglass_time_logs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
factory :time_log, class: 'Hourglass::TimeLog' do
user
start { faker_between Date.today, Date.today, :morning }
stop { faker_between Date.today, Date.today, :afternoon }
stop { faker_between Date.today, Date.today, :evening }
factory :time_log_with_comments do
comments { Faker::Hacker.say_something_smart }
end
Expand Down

0 comments on commit d60be8b

Please sign in to comment.