X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d739943b36901ed30d8a715e113fb0a34b14d2e4..9046f9d61a221f9e13e9fc82b74d6b90402114e9:/test/helpers/note_helper_test.rb diff --git a/test/helpers/note_helper_test.rb b/test/helpers/note_helper_test.rb index 4f36f9175..bee1cdc2c 100644 --- a/test/helpers/note_helper_test.rb +++ b/test/helpers/note_helper_test.rb @@ -21,13 +21,4 @@ class NoteHelperTest < ActionView::TestCase assert_equal "#{user.display_name}", note_author(user) assert_equal "#{user.display_name}", note_author(user, :only_path => false) end - - def test_disappear_in - note_closed_date = Time.utc(2022, 1, 1, 12, 0, 0) - note = create(:note, :closed_at => note_closed_date) - - travel_to note_closed_date + 1.day do - assert_match %r{^6 days$}, disappear_in(note) - end - end end