Skip to content

Commit e45eb4c

Browse files
committed
Apply an intentional arbitrary sorting to the test categories.
This allows us to easily test that the categories are returned using alphabetical sorting.
1 parent 61d9f0a commit e45eb4c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2+
"Utilities": [
3+
"Internet",
4+
"Electricity",
5+
"Water"
6+
],
27
"Food": {
38
"Alcohol": [
49
"Rakia"
510
],
611
"Groceries": []
7-
},
8-
"Utilities": [
9-
"Internet",
10-
"Electricity",
11-
"Water"
12-
]
12+
}
1313
}

0 commit comments

Comments
 (0)