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 a4a87c4 commit c66378cCopy full SHA for c66378c
tests/test_celtypes.py
@@ -81,7 +81,7 @@ def test_bytes_type():
81
assert repr(b_0) == "BytesType(b'bytes')"
82
assert BytesType(None) == BytesType(b'')
83
assert BytesType(MessageType({"value": BytesType(b'42')})) == BytesType(b'42')
84
- assert b_0.contains(b"byte")
+ assert b_0.contains(b'byte')
85
86
87
def test_double_type():
0 commit comments