Skip to content

Commit 8956991

Browse files
committed
rename
1 parent b1c293a commit 8956991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-kusto-data/tests/test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_pandas_mixed_date():
130130
assert df["Date"][1] == pandas.Timestamp(year=2023, month=12, day=12, hour=1, minute=54, second=44, tzinfo=datetime.timezone.utc)
131131

132132

133-
def test_datetime_parsing()
133+
def test_datetime_parsing():
134134
"""Test parse_datetime function with different pandas versions and datetime formats"""
135135

136136
# Test with pandas v2 behavior (force version 2)

0 commit comments

Comments
 (0)