Candlestick: Fixes typescript issue in tests (#42274)

This commit is contained in:
Torkel Ödegaard 2021-11-25 10:07:25 +01:00 committed by GitHub
parent e447d5a53e
commit 75fb1f8be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ describe('Candlestick data', () => {
], ],
options, options,
theme theme
); )!;
expect(info.open).toBeDefined(); expect(info.open).toBeDefined();
expect(info.close).toBeDefined(); expect(info.close).toBeDefined();
@ -225,7 +225,7 @@ describe('Candlestick data', () => {
], ],
options, options,
theme theme
); )!;
expect(info.open).toBeDefined(); expect(info.open).toBeDefined();
expect(info.close).toBeDefined(); expect(info.close).toBeDefined();
@ -279,7 +279,7 @@ describe('Candlestick data', () => {
], ],
options, options,
theme theme
); )!;
expect(info.open).toBeDefined(); expect(info.open).toBeDefined();
expect(info.close).toBeDefined(); expect(info.close).toBeDefined();