We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1673a57 commit 72f367cCopy full SHA for 72f367c
1 file changed
lib/specs.js
@@ -77,7 +77,7 @@ function buildTest(metric, spec, actual, defaults) {
77
break;
78
case '<>':
79
result = actual < expected[0] && actual > expected[1];
80
- operation = 'less than ' + expected[0] + ' or greater than';
+ operation = 'less than ' + expected[0] + ' and greater than';
81
expected = expected[1];
82
83
default:
0 commit comments