Skip to content

Commit df8331a

Browse files
authored
Merge pull request #1526 from exercism/bencoman-patch-1
ETL descriptions too long
2 parents 2d58f8e + 933657d commit df8331a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

exercises/etl/canonical-data.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
22
"exercise": "etl",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"cases": [
55
{
66
"comments": [
7+
"Transforms a set of legacy scrabble data stored as letters per score",
8+
"to a set of data stored score per letter.",
79
"Note: The expected input data for these tests should have",
810
"integer keys (not stringified numbers as shown in the JSON below",
911
"Unless the language prohibits that, please implement these tests",
1012
"such that keys are integers. e.g. in JavaScript, it might look ",
1113
"like `transform( { 1: ['A'] } );`"
1214
],
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",
15+
"description": "Transform legacy to new",
1416
"cases": [
1517
{
16-
"description": "a single letter",
18+
"description": "single letter",
1719
"property": "transform",
1820
"input": {
1921
"1": ["A"]

0 commit comments

Comments
 (0)