From a496c0a2bff197c9929643f28df171bac6e4009d Mon Sep 17 00:00:00 2001 From: Ethan Koch Date: Fri, 19 Feb 2021 08:21:50 -0700 Subject: [PATCH] Update colab06-07.ipynb --- exercises/colab06-07.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/colab06-07.ipynb b/exercises/colab06-07.ipynb index 0a02b96..ee78f42 100644 --- a/exercises/colab06-07.ipynb +++ b/exercises/colab06-07.ipynb @@ -215,7 +215,7 @@ " '{} seconds. This is too slow.'.format(duration))\n", "\n", "assert duration > 0.8, ('The initial batch of ten tasks was retrieved in '\n", - " '{} seconds. This is too slow.'.format(duration))\n", + " '{} seconds. This is too fast.'.format(duration))\n", "\n", "# Make sure the initial results actually completed first.\n", "assert max(initial_times) < min(remaining_times)\n",