We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c6a9e commit fe69a9eCopy full SHA for fe69a9e
1 file changed
test/cirq_compatibility.py
@@ -22,7 +22,7 @@ def test_to_json() -> None:
22
assert (
23
cirq.to_json(tu.ns * 3)
24
== """{
25
- "cirq_type": "tunits.Value",
+ "cirq_type": "tunits.Time",
26
"value": 3,
27
"unit": "ns"
28
}"""
0 commit comments