Commit 5fd5e9c
committed
test: fix tests python3 can't sort dict.
Was getting
TypeError: '<' not supported between instances of 'dict' and 'dict'
on some result.sort() where result was a dict on windows. Not sure
why it wasn't happening on Linux but I don't see any requirement to
sort the dicts to make the test pass. Possibly sort() was a copy/paste
from an earlier test where a list or something was returned.1 parent a6a03d6 commit 5fd5e9c
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1259 | 1259 | | |
1260 | 1260 | | |
1261 | 1261 | | |
1262 | | - | |
1263 | 1262 | | |
1264 | 1263 | | |
1265 | 1264 | | |
| |||
1304 | 1303 | | |
1305 | 1304 | | |
1306 | 1305 | | |
1307 | | - | |
1308 | 1306 | | |
1309 | 1307 | | |
1310 | 1308 | | |
| |||
0 commit comments