Skip to content

Commit 215bf15

Browse files
Update pandas/tests/tools/test_to_datetime.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 88ca675 commit 215bf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tools/test_to_datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3800,4 +3800,4 @@ def test_to_datetime_lxml_elementunicoderesult_with_format(cache):
38003800
val = node.xpath("/date/node()")[0] # _ElementUnicodeResult
38013801

38023802
out = to_datetime(Series([val]), format="%Y-%m-%d %H:%M:%S", cache=cache)
3803-
tm.assert_equal(out.iloc[0], Timestamp(s))
3803+
assert out.iloc[0] == Timestamp(s)

0 commit comments

Comments
 (0)