diff options
author | Jeff Epler <jepler@gmail.com> | 2024-11-02 13:43:35 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-11-11 12:35:03 +1100 |
commit | 3844733d604d83fbfec5592cee20aab065ebff48 (patch) | |
tree | c9a3f9420a37b89eb38daafec9e9670ae32cfe47 /docs/esp32/tutorial/intro.rst | |
parent | 5dfbd4371480c175e6f54e57e4e5eb5d579cbd00 (diff) |
tests/cpydiff: Fix test case for modules_json_nonserializable.
The test case was producing the following error:
Traceback (most recent call last):
File "<stdin>", line 12, in <module>
UnicodeError:
which did not demonstrate the intended difference (this particular
non-json-serializable object DID throw an exception! just not TypeError).
The updated test uses a byte string with all ASCII bytes inside, which
better illustrates the diference.
Signed-off-by: Jeff Epler <jepler@gmail.com>
Diffstat (limited to 'docs/esp32/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions