Skip to content

Commit df57504

Browse files
authored
FIX trop
1 parent 7e20451 commit df57504

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

getting_started/tests/test_hello_timed

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
# That way, we can fake the current hour in the test.
66
# Unfortunately, we also need to adapt the script under
77
# 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
8+
# defined, the script does not override this definition.
9+
# Otherwise, the fake created in the test would never be
10+
# used.
11+
# See ../hello_timed
1012

1113

1214
test_can_say_good_morning() {

0 commit comments

Comments
 (0)