We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14208cd commit 493e2e5Copy full SHA for 493e2e5
exercises/gigasecond/gigasecond_test.py
@@ -1,11 +1,10 @@
1
import unittest
2
-
3
from datetime import datetime
4
5
from gigasecond import add_gigasecond
6
7
8
-# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0
+# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0
9
10
class GigasecondTest(unittest.TestCase):
11
def test_date_only_specification_of_time(self):
0 commit comments