Falko Schindler před 1 rokem
rodič
revize
a7bf8d2b6f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/test_element.py

+ 1 - 1
tests/test_element.py

@@ -278,7 +278,7 @@ def test_invalid_tags(screen: Screen):
 
 
 def test_bad_characters(screen: Screen):
-    ui.html(r'& <test> ` ${foo}')
+    ui.label(r'& <test> ` ${foo}')
 
     screen.open('/')
     screen.should_contain(r'& <test> ` ${foo}')