Un-focus expectation
1 file changed, 1 insertion(+), 1 deletion(-)
M test/microformats/parser_expectations.clj → test/microformats/parser_expectations.clj
@@ -305,7 +305,7 @@ (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> </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>