Skip to content

Commit 83a981e

Browse files
committed
change: update tests to version 1.1.0
Added missing test version comment using format for current test cases. Verified test content order and completion. Closes #990
1 parent 0c501fa commit 83a981e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/change/change_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
from change import find_minimum_coins
44

5+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0
6+
57

68
class ChangeTest(unittest.TestCase):
79
def test_single_coin_change(self):

0 commit comments

Comments
 (0)