Skip to content

Commit

Permalink
Test NthPrime.prime
Browse files Browse the repository at this point in the history
  • Loading branch information
keiravillekode committed Oct 30, 2023
1 parent 3a198bf commit 2901f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/nth-prime/nth-prime.spec.wren
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./nth-prime" for NthPrime
import "wren-testie/testie" for Testie, Expect

Testie.test("NthPrime.steps()") { |do, skip|
Testie.test("NthPrime.prime()") { |do, skip|
do.test("first prime") {
Expect.value(NthPrime.prime(1)).toEqual(2)
}
Expand Down

0 comments on commit 2901f82

Please sign in to comment.