From 14bd4fb592560b9ac5437f802228b66dc5d82137 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 3 Feb 2014 10:41:55 -0800 Subject: [PATCH] grammar: make 'net' skip message match others I am resisting writing the code to change the grammar if only 1 test is skipped due to that tag. --- tools/selftest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/selftest.js b/tools/selftest.js index 2d9ab8cbe5..eb362a2610 100644 --- a/tools/selftest.js +++ b/tools/selftest.js @@ -924,7 +924,7 @@ var define = function (name, tagsList, f) { var tagDescriptions = { checkout: 'can only run from checkouts', - net: 'requires an internet connection', + net: 'require an internet connection', slow: 'take quite a long time' };