mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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.
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user