Skip to content

Commit

Permalink
hamming - two confusing test remove (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
GroophyLifefor authored Sep 20, 2024
1 parent 0575430 commit d6a09fa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions exercises/practice/hamming/HammingTest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,6 @@ if "%1" == "test-runner" (
set "if_success=Test passed"
set "if_failed=Test failed: disallow second strand longer."
CALL :Assert "ATA" "AGTG"

REM ------- Batch does not support empty string as a parameter. -------
REM set "expected=left strand must not be empty"
REM set "if_success=Test passed"
REM set "if_failed=Test failed: disallow left empty strand."
REM CALL :Assert "" "G"

set "expected=right strand must not be empty"
set "if_success=Test passed"
set "if_failed=Test failed: disallow right empty strand."
CALL :Assert "G" ""

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

0 comments on commit d6a09fa

Please sign in to comment.