style
[librarian.git] / tests / test_html.py
index 51d6acd..9d9b1de 100644 (file)
@@ -33,8 +33,9 @@ def test_passing_parse_dublincore_to_transform():
             parse_dublincore=False,
         ).as_html()
 
+
 def test_empty():
     assert not WLDocument.from_string(
             '<utwor />',
             parse_dublincore=False,
-        ).as_html()
+        ).as_html().get_string()