mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Candlestick: Fixes typescript issue in tests (#42274)
This commit is contained in:
@@ -163,7 +163,7 @@ describe('Candlestick data', () => {
|
||||
],
|
||||
options,
|
||||
theme
|
||||
);
|
||||
)!;
|
||||
|
||||
expect(info.open).toBeDefined();
|
||||
expect(info.close).toBeDefined();
|
||||
@@ -225,7 +225,7 @@ describe('Candlestick data', () => {
|
||||
],
|
||||
options,
|
||||
theme
|
||||
);
|
||||
)!;
|
||||
|
||||
expect(info.open).toBeDefined();
|
||||
expect(info.close).toBeDefined();
|
||||
@@ -279,7 +279,7 @@ describe('Candlestick data', () => {
|
||||
],
|
||||
options,
|
||||
theme
|
||||
);
|
||||
)!;
|
||||
|
||||
expect(info.open).toBeDefined();
|
||||
expect(info.close).toBeDefined();
|
||||
|
||||
Reference in New Issue
Block a user