Skip to content

Commit 493e2e5

Browse files
mrcfpscmccandless
authored andcommitted
gigasecond: update tests to v1.1.0 (#1273)
1 parent 14208cd commit 493e2e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exercises/gigasecond/gigasecond_test.py

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

54
from gigasecond import add_gigasecond
65

76

8-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0
7+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0
98

109
class GigasecondTest(unittest.TestCase):
1110
def test_date_only_specification_of_time(self):

0 commit comments

Comments
 (0)