Commit 449a1ea
authored
approx_eq - ensure set-sorting of the first argument is tested (#7830)
Problem: Internal mutants test showed that tests pass if the first
set-like argument to approx_eq is not sorted. That is because
the first argument in test cases happens to have sorted order.
Solution: Also test with the first argument of unsorted order.
Related to #6376 and #77921 parent 9b89f3c commit 449a1ea
File tree
1 file changed
+1
-0
lines changed- cirq-core/cirq/protocols
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
0 commit comments