Submitter | phabricator |
---|---|
Date | Dec. 28, 2019, 3:04 a.m. |
Message ID | <differential-rev-PHID-DREV-zjhx6mrfehy2wv74saz2-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44106/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-cbor.py b/tests/test-cbor.py --- a/tests/test-cbor.py +++ b/tests/test-cbor.py @@ -1230,7 +1230,7 @@ True, False, None, - [None for i in range(128)], + [None] * 128, ] encoded = b''.join(cborutil.streamencode(source))