mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
(cherry picked from commit 75fb1f8be6
)
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
This commit is contained in:
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();
|
||||
|
Loading…
Reference in New Issue
Block a user