Commit 8b9b67f2 by Alex Khomenko Committed by GitHub

Grafana UI: Add missing argument (#22487)

parent c002a394
......@@ -33,7 +33,7 @@ function getData() {
describe('Table utils', () => {
describe('getColumns', () => {
it('Should build columns from DataFrame', () => {
const columns = getColumns(getData(), 1000);
const columns = getColumns(getData(), 1000, 120);
expect(columns[0].Header).toBe('Time');
expect(columns[1].Header).toBe('Value');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment