Skip to content

Commit 14208cd

Browse files
mrcfpscmccandless
authored andcommitted
meetup: update tests to v1.1.0 (exercism#1275)
1 parent 051950e commit 14208cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

exercises/meetup/meetup_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import unittest
2-
32
from datetime import date
43

54
from meetup import meetup_day
@@ -10,7 +9,7 @@
109
MeetupDayException = Exception
1110

1211

13-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0
12+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0
1413

1514
class MeetupTest(unittest.TestCase):
1615
def test_monteenth_of_may_2013(self):

0 commit comments

Comments
 (0)