Browse Source

Remove extra assert

index-subcmd
Vincent Prouillet 7 years ago
parent
commit
3cc5e0cf28
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      tests/site.rs

+ 0
- 1
tests/site.rs 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"));


Loading…
Cancel
Save