about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--test/microformats/parser_expectations.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/microformats/parser_expectations.clj b/test/microformats/parser_expectations.clj
index 5557033..8f84cfc 100644
--- a/test/microformats/parser_expectations.clj
+++ b/test/microformats/parser_expectations.clj
@@ -114,4 +114,4 @@
         (parse ""))
 
 (expect {:items [{:properties {:name "Example User"}}] :rels {}}
-        (parse "<div class=\"h-card\"><p class=\"p-name\">Example User</p</div>"))
+        (parse "<div class=\"h-card\"><p class=\"p-name\">Example User</p></div>"))