diff --git a/test/unit/block_unit_test.rb b/test/unit/block_unit_test.rb index 42093ef1..510e9cb9 100644 --- a/test/unit/block_unit_test.rb +++ b/test/unit/block_unit_test.rb @@ -33,7 +33,7 @@ class BlockUnitTest < Minitest::Test end def test_variable_many_embedded_fragments - template = Liquid::Template.parse(" {{funk}} {{so}} {{brother}} ") + template = Liquid::Template.parse(" {{funk}} {{soul}} {{brother}} ") assert_equal(7, template.root.nodelist.size) assert_equal([String, Variable, String, Variable, String, Variable, String], block_types(template.root.nodelist))