Skip to content

Commit de4ec8c

Browse files
committed
Update test generation templates
1 parent 57c553c commit de4ec8c

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"cmd_extra_args": "execute --type=bad-encrypted-share --json-schema-file=spec/bad_partial_key_spec.json",
2+
"cmd_extra_args": "execute --type=bad-encrypted-share --json-schema-file=spec/bad_encrypted_partial_key_spec.json",
33
"expected_exit_code": 1
44
}

script/misc/bad_share_params.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"cmd_extra_args": "execute --type=bad-share --json-schema-file=spec/share_exchange_spec.json",
3+
"expected_exit_code": 1
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"cmd_extra_args": "execute --type=finalization --json-schema-file=spec/finalization_spec.json",
3+
"expected_exit_code": 1
4+
}

0 commit comments

Comments
 (0)