Skip to content

Commit

Permalink
fixup! Merge branch 'main' into refactor--move-test-info-to-_test-and…
Browse files Browse the repository at this point in the history
…-format-the-rest
  • Loading branch information
vaeng committed Mar 18, 2024
1 parent afb89a1 commit 46fe833
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion exercises/practice/armstrong-numbers/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
".meta/example.sql"
],
"editor": [
"data.csv",
"data.csv"
]
},
"blurb": "Determine if a number is an Armstrong number.",
Expand Down
3 changes: 1 addition & 2 deletions exercises/practice/high-scores/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
".meta/example.sql"
],
"editor": [
"create_fixture.sql",
"data_results.csv",
"data_scores.csv",
"data_scores.csv"
]
},
"blurb": "Manage a player's High Score list.",
Expand Down
4 changes: 1 addition & 3 deletions exercises/practice/raindrops/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
".meta/example.sql"
],
"editor": [
"data.csv",
"create_fixture.sql",
"create_test_table.sql"
"data.csv"
]
},
"blurb": "Convert a number into its corresponding raindrop sounds - Pling, Plang and Plong.",
Expand Down

0 comments on commit 46fe833

Please sign in to comment.