From 1a44326fec24410264f607a6bff1462f24c07be5 Mon Sep 17 00:00:00 2001 From: Nathan Parsons Date: Tue, 24 Oct 2017 22:43:23 +0100 Subject: [PATCH] Update version strings to reference problem-specifications --- exercises/forth/forth_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/forth/forth_test.py b/exercises/forth/forth_test.py index f8dac88bf61..53fff3b0918 100644 --- a/exercises/forth/forth_test.py +++ b/exercises/forth/forth_test.py @@ -3,7 +3,7 @@ from forth import evaluate, StackUnderflowError -# test cases adapted from `x-common//canonical-data.json` @ version: 1.2.0 +# Tests adapted from `problem-specifications//canonical-data.json` @ v1.2.0 class ForthAdditionTest(unittest.TestCase):