X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/942e62117ff7f12d40618a94ea3f4e86f8cb25af..a1761602870b76d79662f2cec8b7b80d8dd5baa4:/test/factories/note_comments.rb diff --git a/test/factories/note_comments.rb b/test/factories/note_comments.rb index da51c0228..a6d7b5328 100644 --- a/test/factories/note_comments.rb +++ b/test/factories/note_comments.rb @@ -2,7 +2,7 @@ FactoryBot.define do factory :note_comment do sequence(:body) { |n| "This is note comment #{n}" } visible { true } - event { "opened" } + event { "commented" } note end end