From 3a36fde2402f6341caf4494e423774d1b44bac82 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sat, 22 Apr 2017 22:22:26 +0200 Subject: [PATCH] Fix CI after #6040 (#6044) Merge pull request 6044 --- test/test_tags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_tags.rb b/test/test_tags.rb index f077615d..68fd4039 100644 --- a/test/test_tags.rb +++ b/test/test_tags.rb @@ -643,7 +643,7 @@ CONTENT should "throw a deprecation warning" do deprecation_warning = " Deprecation: A call to "\ - "'{{ post_url 2008-11-21-nested }}' did not match a post using the new matching "\ + "'{% post_url 2008-11-21-nested %}' did not match a post using the new matching "\ "method of checking name (path-date-slug) equality. Please make sure that you "\ "change this tag to match the post's name exactly." assert_includes Jekyll.logger.messages, deprecation_warning