Skip to content

Commit 915f230

Browse files
authored
chore: remove extra space (#1320)
1 parent c61c171 commit 915f230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/react/rails/react_rails_ujs_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def refute_greeting(page, greeting)
141141
assert_greeting(page, "Hello Bob")
142142
end
143143

144-
test "react_ujs does not unmount components that do not match a selector reference for the component" do # rubocop:disable Minitest/MultipleAssertions
144+
test "react_ujs does not unmount components that do not match a selector reference for the component" do # rubocop:disable Minitest/MultipleAssertions
145145
visit "/pages/1"
146146

147147
assert_greeting page, "Hello Bob"

0 commit comments

Comments
 (0)