]> git.openstreetmap.org Git - rails.git/blobdiff - test/factories/note_comments.rb
Merge remote-tracking branch 'upstream/pull/5744'
[rails.git] / test / factories / note_comments.rb
index da51c022818cfaad36cf15a27093c3567bb7e540..a6d7b532881b7a710aa13002bca633a62d0a6df9 100644 (file)
@@ -2,7 +2,7 @@ FactoryBot.define do
   factory :note_comment do
     sequence(:body) { |n| "This is note comment #{n}" }
     visible { true }
   factory :note_comment do
     sequence(:body) { |n| "This is note comment #{n}" }
     visible { true }
-    event { "opened" }
+    event { "commented" }
     note
   end
 end
     note
   end
 end