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 714608c commit c0c41c2Copy full SHA for c0c41c2
tests/chunk_test.py
@@ -141,4 +141,4 @@ def do_test_get_text_extra_space(extra=b""):
141
mock.call(b"wifitest.adafruit.com"),
142
]
143
)
144
- assert r.text == str(text, "utf-8")
+ assert r.text == str(text, "utf-8")
0 commit comments