File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ def test___dbl_analog_wfm_with_timing_no_dt___convert___valid_python_object() ->
159159
160160
161161# ========================================================
162- # ScalarData to Scalar
162+ # Scalar: Protobuf to Python
163163# ========================================================
164164def test___bool_scalar_protobuf___convert___valid_bool_scalar () -> None :
165165 protobuf_value = ScalarData ()
@@ -237,7 +237,7 @@ def test___scalar_protobuf_units_unset___convert___python_units_blank() -> None:
237237
238238
239239# ========================================================
240- # Scalar to ScalarData
240+ # Scalar: Python to Protobuf
241241# ========================================================
242242def test___bool_scalar___convert___valid_bool_scalar_protobuf () -> None :
243243 python_value = Scalar (True , "volts" )
You can’t perform that action at this time.
0 commit comments