diff --git a/test/integration/error_handling_test.rb b/test/integration/error_handling_test.rb index f0f96e9..c21b4b4 100644 --- a/test/integration/error_handling_test.rb +++ b/test/integration/error_handling_test.rb @@ -151,7 +151,7 @@ class ErrorHandlingTest < Minitest::Test def test_syntax_errors_in_nested_blocks_have_correct_line_number err = assert_raises(SyntaxError) do - tmpl = Liquid::Template.parse(%q{ + Liquid::Template.parse(%q{ foobar {% if 1 != 2 %}