Skip to content

Commit a0d5337

Browse files
authored
CSHARP5390: Test operations may be an empty array (#1650)
1 parent 3981b02 commit a0d5337

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"description": "operation-empty_array",
3+
"schemaVersion": "1.0",
4+
"tests": [
5+
{
6+
"description": "Empty operations array",
7+
"operations": []
8+
}
9+
]
10+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
description: "operation-empty_array"
2+
3+
schemaVersion: "1.0"
4+
5+
tests:
6+
- description: "Empty operations array"
7+
operations: []

0 commit comments

Comments
 (0)