Skip to content

Commit be915f7

Browse files
fix typo
1 parent 8f18148 commit be915f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/arrays/string_/test_concat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ def test_concat_with_numpy(string_dtype_arguments):
6969
assert find_common_type([dtype, np.dtype("int64")]) == np.dtype("object")
7070

7171
if Version(np.__version__) >= Version("2"):
72-
assert find_common_type([dtype, np.dtypes.StringDtype()]) == dtype
73-
assert find_common_type([np.dtypes.StringDtype(), dtype]) == dtype
72+
assert find_common_type([dtype, np.dtypes.StringDType()]) == dtype
73+
assert find_common_type([np.dtypes.StringDType(), dtype]) == dtype

0 commit comments

Comments
 (0)