Skip to content

Commit 1c05c0c

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 bace6c4 commit 1c05c0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

azure-kusto-data/tests/test_helpers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ def test_parse_datetime():
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")
163163
# Test with actual pandas version (no force)
164-
df_actual = pandas.DataFrame({
165-
"mixed": ["2023-12-12T01:59:59.352Z", "2023-12-12T01:54:44Z"],
166-
})
167164
result_actual = parse_datetime(df_actual, "mixed")
168165
df_actual = pandas.DataFrame(
169166
{

0 commit comments

Comments
 (0)