Skip to content

Commit be325ec

Browse files
mrcfpscmccandless
authored andcommitted
forth: update tests to v1.5.0 (exercism#1336)
1 parent 2b922f0 commit be325ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/forth/forth_test.py

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

55

6-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.4.0
6+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.5.0
77
# Tests for case-insensitivity are track-specific
88

99
class ForthParsingTest(unittest.TestCase):

0 commit comments

Comments
 (0)