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 dd7b335..cdd26a9 100644
--- a/test/microformats/parser_expectations.clj
+++ b/test/microformats/parser_expectations.clj
@@ -305,7 +305,7 @@
 <div class=\"h-card\"><img class=\"u-photo\" alt=\"Example User\" src=\"me.png\"></div>
 </body></html>"))
 
-(expect-focused {:items '({:type ("h-card") :properties {:name ("Example User")
+(expect {:items '({:type ("h-card") :properties {:name ("Example User")
                                                  :photo ("http://not-example.com/me.png")}}) :rels {}}
         (parse "<html><head><base href=\"http://example.com/\"></head><body>
 <div class=\"h-card\"><img class=\"u-photo\" alt=\"Example User\" src=\"me.png\"></div>