Skip to content

Commit bace6c4

Browse files
Update azure-kusto-data/tests/test_helpers.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a99881 commit bace6c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azure-kusto-data/tests/test_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ def test_parse_datetime():
160160
result_v1 = parse_datetime(df_v1, "mixed", force_version="1.5.3")
161161
assert result_v1[0] == pandas.Timestamp(year=2023, month=12, day=12, hour=1, minute=59, second=59, microsecond=352000, tz="UTC")
162162
assert result_v1[1] == pandas.Timestamp(year=2023, month=12, day=12, hour=1, minute=54, second=44, tz="UTC")
163-
164163
# Test with actual pandas version (no force)
165164
df_actual = pandas.DataFrame({
166165
"mixed": ["2023-12-12T01:59:59.352Z", "2023-12-12T01:54:44Z"],

0 commit comments

Comments
 (0)