jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
383 stars 283 forks source link

Fix assertion in `TestSession.test_serialize` #860

Closed samrat closed 1 year ago

samrat commented 1 year ago

There was a typo due to which the type of a value was getting compared to itself, so it would always pass.