fix format
This commit is contained in:
parent
dd61b2f0c3
commit
643065402f
2 changed files with 15 additions and 16 deletions
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"entry_point": "./tests/tests/no_return.zok",
|
"entry_point": "./tests/tests/no_return.zok",
|
||||||
"tests": [
|
"tests": []
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"entry_point": "./tests/tests/shadowing.zok",
|
"entry_point": "./tests/tests/shadowing.zok",
|
||||||
"tests": [
|
"tests": [
|
||||||
{
|
{
|
||||||
"input": {
|
"input": {
|
||||||
"values": []
|
"values": []
|
||||||
},
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"Ok": {
|
"Ok": {
|
||||||
"value": ["2", "84"]
|
"value": ["2", "84"]
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue