Commit 7978a27
Fix test assertion in raw_types_test.py. (#7401)
This fixes a small issue that I found while working on #7291
TaggedOperation `_decompose_` calls `protocols.decompose_once` (see
[here](https://github.com/quantumlib/Cirq/blob/e27d883d20d4acea97bd96d795170ae984b3dba9/cirq-core/cirq/ops/raw_types.py#L837)).
So it must be compared against `cirq.decompose_once`.
---------
Co-authored-by: Pavol Juhas <juhas@google.com>1 parent 4c9b173 commit 7978a27
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
0 commit comments