Skip to content

Commit

Permalink
chore: remove extra space (#1320)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Dec 8, 2023
1 parent c61c171 commit 915f230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/react/rails/react_rails_ujs_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def refute_greeting(page, greeting)
assert_greeting(page, "Hello Bob")
end

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

assert_greeting page, "Hello Bob"
Expand Down

0 comments on commit 915f230

Please sign in to comment.