From 90ca9350f56c8c450c3385590d77390ad1d77365 Mon Sep 17 00:00:00 2001 From: Ammar Najjar Date: Sat, 29 Aug 2020 08:03:03 +0000 Subject: [PATCH] Update scrapy/commands/check.py Co-authored-by: Mikhail Korobov --- scrapy/commands/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/commands/check.py b/scrapy/commands/check.py index 7e848dc97..ae21d86e6 100644 --- a/scrapy/commands/check.py +++ b/scrapy/commands/check.py @@ -17,7 +17,7 @@ class TextTestResult(_TextTestResult): plural = "s" if run != 1 else "" writeln(self.separator2) - writeln(f"Ran {run} contract{plural} in {stop - start:.3f}") + writeln(f"Ran {run} contract{plural} in {stop - start:.3f}s") writeln() infos = []