mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Update test/integration/tags/render_tag_test.rb
Co-authored-by: Alok Swamy <[email protected]>
This commit is contained in:
co-authored by
Alok Swamy
parent
1733586242
commit
d63dd104de
@@ -131,7 +131,7 @@ class RenderTagTest < Minitest::Test
|
||||
assert_template_result('hello value1 value2', '{% render "snippet" arg1: "value1" arg2: "value2" %}', partials: partials)
|
||||
end
|
||||
|
||||
def test_include_tag_caches_second_read_of_same_partial
|
||||
def test_render_tag_caches_second_read_of_same_partial
|
||||
file_system = StubFileSystem.new('snippet' => 'echo')
|
||||
assert_equal(
|
||||
'echoecho',
|
||||
|
||||
Reference in New Issue
Block a user