Skip to content

Commit fe69a9e

Browse files
fix
1 parent 77c6a9e commit fe69a9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cirq_compatibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_to_json() -> None:
2222
assert (
2323
cirq.to_json(tu.ns * 3)
2424
== """{
25-
"cirq_type": "tunits.Value",
25+
"cirq_type": "tunits.Time",
2626
"value": 3,
2727
"unit": "ns"
2828
}"""

0 commit comments

Comments
 (0)