diff --git a/test/test_static_file.rb b/test/test_static_file.rb index b2299ae2..1603420a 100644 --- a/test/test_static_file.rb +++ b/test/test_static_file.rb @@ -148,7 +148,7 @@ class TestStaticFile < JekyllUnitTest "extname" => ".txt", "modified_time" => @static_file.modified_time, "path" => "/static_file.txt", - "collection" => nil + "collection" => nil, } assert_equal expected, @static_file.to_liquid.to_h end