Skip to content

Commit

Permalink
Rectify tests.toml for roman-numerals
Browse files Browse the repository at this point in the history
This removes an entry for an unimplemented test.
See #370
  • Loading branch information
kytrinyx committed Nov 14, 2022
1 parent 2868659 commit bf5664d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions exercises/practice/roman-numerals/.meta/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ description = "20 is two X's"
[a1f812ef-84da-4e02-b4f0-89c907d0962c]
description = "48 is not 50 - 2 but rather 40 + 8"

[607ead62-23d6-4c11-a396-ef821e2e5f75]
description = "49 is not 40 + 5 + 4 but rather 50 - 10 + 10 - 1"

[d5b283d4-455d-4e68-aacf-add6c4b51915]
description = "50 is a single L"

Expand Down

0 comments on commit bf5664d

Please sign in to comment.