Skip to content

Commit 2164b0f

Browse files
author
Michael Johansen
committed
I missed one piece of feedback. Updated a couple of comments.
Signed-off-by: Michael Johansen <[email protected]>
1 parent a3650cb commit 2164b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_protobuf_type_conversion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
# ========================================================
164164
def 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
# ========================================================
242242
def test___bool_scalar___convert___valid_bool_scalar_protobuf() -> None:
243243
python_value = Scalar(True, "volts")

0 commit comments

Comments
 (0)