Skip to content

Commit 0df9a33

Browse files
authored
ETL descriptions too long
Such a long test is really a comment, not a description to be used as a test identifier. Make it so, per #1473
1 parent 6c95c2e commit 0df9a33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exercises/etl/canonical-data.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"such that keys are integers. e.g. in JavaScript, it might look ",
1111
"like `transform( { 1: ['A'] } );`"
1212
],
13-
"description": "transforms the a set of scrabble data previously indexed by the tile score to a set of data indexed by the tile letter",
13+
"description": "Transform",
14+
"comments": [ "Transforms the a set of scrabble data previously indexed by the tile score",
15+
"to a set of data indexed by the tile letter"
16+
],
1417
"cases": [
1518
{
1619
"description": "a single letter",

0 commit comments

Comments
 (0)