Remove extra assert

This commit is contained in:
Vincent Prouillet 2017-03-23 13:42:14 +09:00
parent d05a1559d9
commit 3cc5e0cf28

View file

@ -242,7 +242,6 @@ fn test_can_build_site_with_tags() {
assert!(file_exists!(public, "sitemap.xml"));
assert!(file_exists!(public, "robots.txt"));
assert!(file_exists!(public, "a-fixed-url/index.html"));
assert!(false);
assert!(file_exists!(public, "posts/python/index.html"));
assert!(file_exists!(public, "posts/tutorials/devops/nix/index.html"));
assert!(file_exists!(public, "posts/with-assets/index.html"));