diff --git a/tests/debugpy/test_numpy.py b/tests/debugpy/test_numpy.py index 674c5713..2a9ebd90 100644 --- a/tests/debugpy/test_numpy.py +++ b/tests/debugpy/test_numpy.py @@ -51,7 +51,7 @@ def test_ndarray(pyfile, target, run): { "type": "int32", "name": "0", - "value": "np.int32(123)", + "value": some.str.containing("123"), "variablesReference": some.int, } ), @@ -59,7 +59,7 @@ def test_ndarray(pyfile, target, run): { "type": "int32", "name": "1", - "value": "np.int32(456)", + "value": some.str.containing("456"), "variablesReference": some.int, } ),