Update scrapy/commands/check.py

Co-authored-by: Mikhail Korobov <kmike84@gmail.com>
This commit is contained in:
Ammar Najjar 2020-08-29 08:03:03 +00:00 committed by GitHub
parent ffdf6fe100
commit 90ca9350f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []