Skip to content

Commit 22e0f33

Browse files
mrcfpscmccandless
authored andcommitted
nth-prime: update tests to v2.1.0 (exercism#1302)
1 parent fd87276 commit 22e0f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/nth-prime/nth_prime_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from nth_prime import nth_prime
44

55

6-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0
6+
# Tests adapted from `problem-specifications//canonical-data.json` @ v2.1.0
77

88
class NthPrimeTests(unittest.TestCase):
99
def test_first_prime(self):

0 commit comments

Comments
 (0)