We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e4a52 commit b9abfa4Copy full SHA for b9abfa4
exercises/bank-account/canonical-data.json
@@ -170,6 +170,21 @@
170
},
171
"expected": {}
172
173
+ {
174
+ "uuid": "a0a1835d-faae-4ad4-a6f3-1fcc2121380b",
175
+ "description": "Deposit into unopened account",
176
+ "property": "bankAccount",
177
+ "input": {
178
+ "operations": [
179
180
+ "operation": "deposit",
181
+ "value": 50,
182
+ "expected": { "error": "account not open" }
183
+ }
184
+ ]
185
+ },
186
+ "expected": {}
187
188
{
189
"uuid": "570dfaa5-0532-4c1f-a7d3-0f65c3265608",
190
"description": "Withdraw from closed account",
0 commit comments