From 0bd844a961936f8f7eb8342cfc60983655d46765 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 25 Sep 2019 16:09:36 +0100 Subject: [PATCH] Update puralisation --- scripts/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 0ab2f9c55..960824a12 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -34,7 +34,7 @@ isort --check-only -rc ./app ./tests display_result $? 2 "Import order check" npm test -display_result $? 3 "Javascript test have failed" +display_result $? 3 "Javascript tests have failed" ## Code coverage py.test -n auto --maxfail=10 --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml --strict -p no:warnings