fix broken numpy assert for 3.8

This commit is contained in:
Adam Yoblick 2024-07-09 16:10:42 -05:00
parent 16a4b9c0a6
commit df254f6aab

View file

@ -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,
}
),