Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 7f408d5

Browse files
committed
fix error test case
1 parent cf0d2fb commit 7f408d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ describe('System', function () {
211211
.then(supposedToFail)
212212
.catch(function (e) {
213213
expect(e)
214-
.to.be.equal('dep error\n\tError evaluating ' + baseURL + 'test/loads/deperror.js');
214+
.to.be.equal('Error evaluating ' + baseURL + 'test/loads/deperror.js\n\tdep error');
215215
})
216216
.then(done, done);
217217
});

0 commit comments

Comments
 (0)