Candlestick: Fixes typescript issue in tests (#42274) (#42275)

(cherry picked from commit 75fb1f8be6)

Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
This commit is contained in:
Grot (@grafanabot) 2021-11-25 04:47:44 -05:00 committed by GitHub
parent bbfd4c7406
commit d5600b5854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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