We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790151c commit 84513a7Copy full SHA for 84513a7
1 file changed
tests/test_xsd_builtins.py
@@ -380,10 +380,7 @@ class TestBase64Binary:
380
def test_xmlvalue(self):
381
instance = builtins.Base64Binary()
382
assert instance.xmlvalue(b"hoi") == b"aG9p"
383
- assert (
384
- instance.xmlvalue("aG9p")
385
- == "aG9p"
386
- )
+ assert instance.xmlvalue("aG9p") == "aG9p"
387
388
def test_pythonvalue(self):
389
0 commit comments