Skip to content

Commit b34f73c

Browse files
committed
update test case
1 parent 9527204 commit b34f73c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • test/binCases/errors/validation/plugins

test/binCases/errors/validation/plugins/test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ module.exports = function(code, stdout, stderr) {
44
code.should.be.eql(1);
55
stdout.should.be.empty();
66

7-
stderr[1].should.containEql("Commons Chunk Plugin Invalid Options");
7+
stderr[0].should.containEql("Commons Chunk Plugin Invalid Options");
88

9-
stderr[3].should.containEql("options should be string");
10-
stderr[4].should.containEql("options should be array");
11-
stderr[5].should.containEql("options['foo'] should NOT have additional properties");
12-
stderr[6].should.containEql("options should match exactly one schema in oneOf");
9+
stderr[2].should.containEql("options should be string");
10+
stderr[3].should.containEql("options should be array");
11+
stderr[4].should.containEql("options['foo'] should NOT have additional properties");
12+
stderr[5].should.containEql("options should match exactly one schema in oneOf");
1313
};

0 commit comments

Comments
 (0)