Skip to content

Commit c109f00

Browse files
committed
debug: add sentinel value
1 parent be11c1b commit c109f00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/bigframes/tests/system/small/bigquery/test_json.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ def test_to_json_string_from_struct():
428428
assert dtypes.is_struct_like(s.dtype)
429429

430430
actual = bbq.to_json_string(s)
431+
print("DINOSAUR")
431432
expected = bpd.Series(
432433
['{"project":"pandas","version":1}', '{"project":"numpy","version":2}'],
433434
dtype=dtypes.STRING_DTYPE,

0 commit comments

Comments
 (0)