Skip to content

Commit

Permalink
[ci] Fix typo introduced in #3323
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Jun 29, 2017
1 parent 627fafd commit 7f5205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/test/models/event_test.rb
Expand Up @@ -119,7 +119,7 @@ def groups_for_event(e)
f.save
CleanupEvents.new.perform
assert Event::Base.count == firstcount, 'mail must be sent first'
f.mail_sent = true
f.mails_sent = true
f.save
CleanupEvents.new.perform
assert Event::Base.count != firstcount, 'now its gone'
Expand Down

0 comments on commit 7f5205c

Please sign in to comment.