mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Adjust expected values in core.title.tests.js
This commit is contained in:
parent
fb302d5f00
commit
4f668c3ed9
@ -118,7 +118,7 @@ describe('Title block tests', function() {
|
||||
args: [0]
|
||||
}, {
|
||||
name: 'fillText',
|
||||
args: ['My title', 0, 0]
|
||||
args: ['My title', 0, 0, 400]
|
||||
}, {
|
||||
name: 'restore',
|
||||
args: []
|
||||
@ -168,7 +168,7 @@ describe('Title block tests', function() {
|
||||
args: [-0.5 * Math.PI]
|
||||
}, {
|
||||
name: 'fillText',
|
||||
args: ['My title', 0, 0]
|
||||
args: ['My title', 0, 0, 400]
|
||||
}, {
|
||||
name: 'restore',
|
||||
args: []
|
||||
@ -201,10 +201,10 @@ describe('Title block tests', function() {
|
||||
args: [0.5 * Math.PI]
|
||||
}, {
|
||||
name: 'fillText',
|
||||
args: ['My title', 0, 0]
|
||||
args: ['My title', 0, 0, 400]
|
||||
}, {
|
||||
name: 'restore',
|
||||
args: []
|
||||
}]);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user