Skip to content

Commit 8514a35

Browse files
author
Trevor Bye
committed
test change
1 parent 36cb3c3 commit 8514a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_set_index_preserve_dtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def test_dtypes(test_dtype):
1111

1212
df.set_index('A')
1313
result = df.index.dtype.type
14-
tm.assert_equal(result, expected)
14+
assert result == expected

0 commit comments

Comments
 (0)