From adc9143f3a9b2a98699f2285fddcf9f67c96efbb Mon Sep 17 00:00:00 2001 From: Nico Andrade <33872298+non-senses@users.noreply.github.com> Date: Thu, 8 Oct 2020 16:00:14 -0400 Subject: [PATCH] Update test_mongo_core.py --- tests/test_mongo_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_mongo_core.py b/tests/test_mongo_core.py index 7895daa..862c6b1 100644 --- a/tests/test_mongo_core.py +++ b/tests/test_mongo_core.py @@ -178,7 +178,7 @@ def test_mongo_wait_for_calc_timeout_ok(): @cachier(mongetter=_test_mongetter, stale_after=MONGO_DELTA_LONG, next_time=False, wait_for_calc_timeout=2) def _wait_for_calc_timeout_mongo_slow(arg_1, arg_2): print("_wait_for_calc_timeout_mongo_slow") - """Some function.""" + """Some slow function.""" sleep(3) return random() + arg_1 + arg_2