Skip to content

Commit

Permalink
Remove redundant test case (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Sep 19, 2024
1 parent e0a0b15 commit 0575430
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions exercises/practice/darts/DartsTest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ if "%1" == "test-runner" (
set "if_success=Test passed"
set "if_failed=Test failed: Asymmetric position between the inner and middle circles."
CALL :Assert "0" "-4"

set "expected=5"
set "if_success=Test passed"
set "if_failed=Test failed: Asymmetric position between the inner and middle circles."
CALL :Assert "1" "-4"

REM --------------------
REM Test Case End /\/\/\
Expand Down

0 comments on commit 0575430

Please sign in to comment.