Merge pull request #10657 from ThomasdenH/patch-2

Update test case description
This commit is contained in:
Tim van der Meij 2019-03-20 23:54:13 +01:00 committed by GitHub
commit 844aecf9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -257,7 +257,7 @@ describe('evaluator', function() {
done();
});
});
it('should skip paintXObject if name is missing', function(done) {
it('should error on paintXObject if name is missing', function(done) {
var stream = new StringStream('/ Do');
runOperatorListCheck(partialEvaluator, stream, new ResourcesMock(),
function(result) {