Skip to content

Commit 84513a7

Browse files
committed
fix formatting
1 parent 790151c commit 84513a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_xsd_builtins.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,7 @@ class TestBase64Binary:
380380
def test_xmlvalue(self):
381381
instance = builtins.Base64Binary()
382382
assert instance.xmlvalue(b"hoi") == b"aG9p"
383-
assert (
384-
instance.xmlvalue("aG9p")
385-
== "aG9p"
386-
)
383+
assert instance.xmlvalue("aG9p") == "aG9p"
387384

388385
def test_pythonvalue(self):
389386
instance = builtins.Base64Binary()

0 commit comments

Comments
 (0)