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",
|
||||
"tests": [
|
||||
]
|
||||
}
|
||||
"entry_point": "./tests/tests/no_return.zok",
|
||||
"tests": []
|
||||
}
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"entry_point": "./tests/tests/shadowing.zok",
|
||||
"tests": [
|
||||
{
|
||||
"input": {
|
||||
"values": []
|
||||
},
|
||||
"output": {
|
||||
"Ok": {
|
||||
"value": ["2", "84"]
|
||||
}
|
||||
}
|
||||
"entry_point": "./tests/tests/shadowing.zok",
|
||||
"tests": [
|
||||
{
|
||||
"input": {
|
||||
"values": []
|
||||
},
|
||||
"output": {
|
||||
"Ok": {
|
||||
"value": ["2", "84"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue