(cherry picked from commit 75fb1f8be6)
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
This commit is contained in:
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();
|
||||
|
||||
Reference in New Issue
Block a user