Skip to content

Commit

Permalink
Typo fix in NthPrime exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Sep 19, 2024
1 parent c2b467e commit 52841d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/nth-prime/NthPrimeTest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ if "%1" == "test-runner" (

set "expected=487"
set "if_success=Test passed"
set "if_failed=Test failed: 50th prime"
set "if_failed=Test failed: 93rd prime"
CALL :Assert "93"

set "expected=there is no zeroth prime"
set "if_success=Test passed"
set "if_failed=Test failed: 50th prime"
set "if_failed=Test failed: there is no zeroth prime"
CALL :Assert "0"

REM --------------------
Expand Down

0 comments on commit 52841d0

Please sign in to comment.