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 10:47:44 +01:00
committed by GitHub
co-authored by Torkel Ödegaard
parent bbfd4c7406
commit d5600b5854
@@ -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();