1 parent 3c77b07 commit cd907e6Copy full SHA for cd907e6
1 file changed
test/binCases/config-name/not-found/test.js
@@ -1,8 +1,7 @@
1
"use strict";
2
3
module.exports = function testAssertions(code, stdout, stderr) {
4
- code.should.be.exactly(255);
5
-
+ code.should.not.eql(0);
6
stdout.should.be.empty();
7
stderr[0].should.containEql("Configuration with name \'foo\' was not found.");
8
};
0 commit comments