Skip to content

Commit 2fca3c0

Browse files
committed
Rename spec test for clarity
Signed-off-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
1 parent 4ed35bf commit 2fca3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/exchange/test_spec_conformance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_only_one_dtype(test_data, df_from_dict):
2929
assert dfX.get_column_by_name(column).offset == 0
3030

3131

32-
def test_float_int(df_from_dict):
32+
def test_mixed_dtypes(df_from_dict):
3333
df = df_from_dict(
3434
{
3535
"a": [1, 2, 3],

0 commit comments

Comments
 (0)