mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix numpy tests
This commit is contained in:
parent
1d7c662a56
commit
96e9f1e909
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
}
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue