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 8f18148 commit be915f7Copy full SHA for be915f7
pandas/tests/arrays/string_/test_concat.py
@@ -69,5 +69,5 @@ def test_concat_with_numpy(string_dtype_arguments):
69
assert find_common_type([dtype, np.dtype("int64")]) == np.dtype("object")
70
71
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
+ assert find_common_type([dtype, np.dtypes.StringDType()]) == dtype
+ assert find_common_type([np.dtypes.StringDType(), dtype]) == dtype
0 commit comments