X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e731dd71a77ad4ad1e9db22535e89444bb98e5d9..a1761602870b76d79662f2cec8b7b80d8dd5baa4:/test/factories/note_comments.rb?ds=sidebyside 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