Skip to content

Commit

Permalink
queen-attack: Fix typo in test description
Browse files Browse the repository at this point in the history
Old:
  "description": "can not attack",
New:
  "description": "cannot attack",
  • Loading branch information
ee7 committed Oct 13, 2020
1 parent 126568d commit a7e28cf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions exercises/queen-attack/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,28 @@
},
"expected": false
},
{
"uuid": "4e0e881f-e01c-4d2e-bd53-4d85ed19c78e",
"description": "cannot attack",
"comments": ["Fixed typo in description"],
"reimplements": "33ae4113-d237-42ee-bac1-e1e699c0c007",
"property": "canAttack",
"input": {
"white_queen": {
"position": {
"row": 2,
"column": 4
}
},
"black_queen": {
"position": {
"row": 6,
"column": 6
}
}
},
"expected": false
},
{
"uuid": "eaa65540-ea7c-4152-8c21-003c7a68c914",
"description": "can attack on same row",
Expand Down

0 comments on commit a7e28cf

Please sign in to comment.