mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Update rubocop-shopify (2.7.0 -> 2.12.0) (#1687)
This commit is contained in:
@@ -145,7 +145,7 @@ class VariableTest < Minitest::Test
|
||||
'list' => ['foo'],
|
||||
'settings' => SettingsDrop.new("zero" => 0),
|
||||
'foo' => 'bar',
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
assert_template_result(
|
||||
@@ -155,7 +155,7 @@ class VariableTest < Minitest::Test
|
||||
'list' => [{ 'foo' => 'bar' }],
|
||||
'settings' => SettingsDrop.new("zero" => 0),
|
||||
'bar' => 'foo',
|
||||
}
|
||||
},
|
||||
)
|
||||
end
|
||||
|
||||
@@ -167,7 +167,7 @@ class VariableTest < Minitest::Test
|
||||
'list' => [1, { 'foo' => 'bar' }],
|
||||
'settings' => SettingsDrop.new("zero" => 0),
|
||||
'bar' => 'foo',
|
||||
}
|
||||
},
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user