From f99f6d9dd629d77210df8c33b46708f65bfeb4a9 Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Sun, 22 Oct 2017 10:58:39 -0400 Subject: [PATCH] Fixing test --- t/basic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/basic.t b/t/basic.t index b0048f0..bcfb0ab 100644 --- a/t/basic.t +++ b/t/basic.t @@ -205,7 +205,7 @@ my $plerd = Plerd->new( $plerd->publish_all; like ( Path::Class::File->new( $docroot_dir, 'recent.html' )->slurp, - qr{http://www.example.com/blog/2017-10-21-metatags.html}, + qr{http://www.example.com/blog/1999-01-02-unicode.html}, 'Base URIs missing trailing slashes work', );