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 7e20451 commit df57504Copy full SHA for df57504
getting_started/tests/test_hello_timed
@@ -5,8 +5,10 @@
5
# That way, we can fake the current hour in the test.
6
# Unfortunately, we also need to adapt the script under
7
# test so that, when the current_time function is already
8
-# defined, it does not override it. Otherwise, the fake created
9
-# in the test would never be used. See ../hello_timed
+# defined, the script does not override this definition.
+# Otherwise, the fake created in the test would never be
10
+# used.
11
+# See ../hello_timed
12
13
14
test_can_say_good_morning() {
0 commit comments