diff --git a/test/integration/tags/include_tag_test.rb b/test/integration/tags/include_tag_test.rb index 8c45a8f..49267f3 100644 --- a/test/integration/tags/include_tag_test.rb +++ b/test/integration/tags/include_tag_test.rb @@ -132,7 +132,7 @@ class IncludeTagTest < Minitest::Test Liquid::Template.file_system = infinite_file_system.new - assert_raises(Liquid::StackLevelError) do + assert_raises(Liquid::StackLevelError, SystemStackError) do Template.parse("{% include 'loop' %}").render! end