Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nenad-vujicic committed Feb 10, 2025
1 parent 2ef6a26 commit 1eadd23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/factories/note_comments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@
visible { true }
event { "opened" }
note

after(:create) do |note_comment|
note_comment.note.update(:description => note_comment.body)
end
end
end

0 comments on commit 1eadd23

Please sign in to comment.