From 51775bd3385c41a170867058e95a0f5e8040d56d Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 23 Nov 2015 14:18:14 +0100 Subject: [PATCH] Change never passed terminology to match always failed existing one --- excuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excuse.py b/excuse.py index 100e599..3f84682 100644 --- a/excuse.py +++ b/excuse.py @@ -22,7 +22,7 @@ EXCUSES_LABELS = { "ALWAYSFAIL": 'Always failed', "REGRESSION": 'Regression', "RUNNING": 'Test in progress', - "RUNNING-NEVERPASSED": 'Test in progress (never passed)', + "RUNNING-NEVERPASSED": 'Test in progress (always failed)', }