diff --git a/pandas/io/tests/parser/common.py b/pandas/io/tests/parser/common.py index 6eb73876c11dd..b6d1d4bb09f56 100644 --- a/pandas/io/tests/parser/common.py +++ b/pandas/io/tests/parser/common.py @@ -1453,7 +1453,7 @@ def test_as_recarray(self): FutureWarning, check_stacklevel=False): data = 'a,b\n1,a\n2,b' expected = np.array([(1, 'a'), (2, 'b')], - dtype=[('a', '