We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ca675 commit 215bf15Copy full SHA for 215bf15
pandas/tests/tools/test_to_datetime.py
@@ -3800,4 +3800,4 @@ def test_to_datetime_lxml_elementunicoderesult_with_format(cache):
3800
val = node.xpath("/date/node()")[0] # _ElementUnicodeResult
3801
3802
out = to_datetime(Series([val]), format="%Y-%m-%d %H:%M:%S", cache=cache)
3803
- tm.assert_equal(out.iloc[0], Timestamp(s))
+ assert out.iloc[0] == Timestamp(s)
0 commit comments