You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newer python dictionaries are keeping the order the keys were added in.
As a result since both lists were pre-sorted and identicle so the later
test failed to find any expected differences causing the failure.
This change introduces 3 entries that are out of sorted order for both
the obytes and xbytes lists. This ensures a valid test of sorting.
Hello,
Some unit tests are broken
Kind regards
The text was updated successfully, but these errors were encountered: