]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4443'
authorTom Hughes <tom@compton.nu>
Fri, 29 Dec 2023 19:12:45 +0000 (19:12 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 29 Dec 2023 19:12:45 +0000 (19:12 +0000)
test/system/messages_test.rb

index 87021dd6b99744ed472904e42e2ae166d37e0704..60011e4d6674a822970472f8c1e7744236da68bf 100644 (file)
@@ -1,6 +1,6 @@
 require "application_system_test_case"
 
-class NoteCommentsTest < ApplicationSystemTestCase
+class MessagesTest < ApplicationSystemTestCase
   def test_delete_received_message
     user = create(:user)
     create(:message, :recipient => user)