Skip to content

Commit 6f4add1

Browse files
1 parent 8741633 commit 6f4add1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/_sample_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def _check_row_data(row_data, expected, recurse_into_lists=True):
101101
found_cell, expected_cell, recurse_into_lists=recurse_into_lists
102102
)
103103

104+
104105
def _check_cell_data(found_cell, expected_cell, recurse_into_lists=True):
105106
if isinstance(found_cell, datetime_helpers.DatetimeWithNanoseconds):
106107
_assert_timestamp(expected_cell, found_cell)

0 commit comments

Comments
 (0)