Fix numpy tests

This commit is contained in:
Adam Yoblick 2024-07-08 16:56:47 -05:00
parent 1d7c662a56
commit 96e9f1e909

View file

@ -51,7 +51,7 @@ def test_ndarray(pyfile, target, run):
{
"type": "int32",
"name": "0",
"value": "123",
"value": "np.int32(123)",
"variablesReference": some.int,
}
),
@ -59,7 +59,7 @@ def test_ndarray(pyfile, target, run):
{
"type": "int32",
"name": "1",
"value": "456",
"value": "np.int32(456)",
"variablesReference": some.int,
}
),