Commit 78a32fd
committed
Fix test_from_names_multiple_native comparing a Sequence to a list
native_tool_names returns an immutable tuple; wrap it with list() before
comparing, matching the other assertions in the same test module.1 parent 109ec12 commit 78a32fd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments