Adjust expected values in core.title.tests.js

This commit is contained in:
dylan-kerr 2016-09-23 22:36:58 +01:00 committed by GitHub
parent fb302d5f00
commit 4f668c3ed9

View File

@ -118,7 +118,7 @@ describe('Title block tests', function() {
args: [0] args: [0]
}, { }, {
name: 'fillText', name: 'fillText',
args: ['My title', 0, 0] args: ['My title', 0, 0, 400]
}, { }, {
name: 'restore', name: 'restore',
args: [] args: []
@ -168,7 +168,7 @@ describe('Title block tests', function() {
args: [-0.5 * Math.PI] args: [-0.5 * Math.PI]
}, { }, {
name: 'fillText', name: 'fillText',
args: ['My title', 0, 0] args: ['My title', 0, 0, 400]
}, { }, {
name: 'restore', name: 'restore',
args: [] args: []
@ -201,10 +201,10 @@ describe('Title block tests', function() {
args: [0.5 * Math.PI] args: [0.5 * Math.PI]
}, { }, {
name: 'fillText', name: 'fillText',
args: ['My title', 0, 0] args: ['My title', 0, 0, 400]
}, { }, {
name: 'restore', name: 'restore',
args: [] args: []
}]); }]);
}); });
}); });