Skip to content

Commit

Permalink
Remove redundant test case
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Sep 17, 2024
1 parent 3ffc64e commit 9f535a3
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 9f535a3

Please sign in to comment.