mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
rubocop autocorrect Style/MethodCallWithArgsParentheses
This commit is contained in:
@@ -44,7 +44,7 @@ class AssignTest < Minitest::Test
|
||||
end
|
||||
end
|
||||
with_error_mode(:lax) do
|
||||
assert Template.parse("{% assign foo = ('X' | downcase) %}")
|
||||
assert(Template.parse("{% assign foo = ('X' | downcase) %}"))
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user