Skip to content

Commit

Permalink
Cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvilleneuve committed Dec 9, 2023
1 parent d29b5e0 commit 280d689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/statisfy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class UserCounter
count every: :user_created, scopes: -> { [user.organisation] }
end

every_month = (0..24).map do |i|
25.times do |i|
creation_date = (24 - i).months.ago.beginning_of_month
between_2_and_5 = rand(2..5)

Expand Down

0 comments on commit 280d689

Please sign in to comment.