Skip to content

Commit 704400f

Browse files
Fixed class mismatch error #11620"
1 parent 5e1d8c2 commit 704400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/comment_system_tests/comment_test.rb renamed to test/comment_system_tests/comment_system_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require "application_system_test_case"
33
# https://guides.rubyonrails.org/testing.html#implementing-a-system-test
44

5-
class CommentTest < ApplicationSystemTestCase
5+
class CommentsystemTest < ApplicationSystemTestCase
66
Capybara.default_max_wait_time = 60
77

88
def setup

0 commit comments

Comments
 (0)