Skip to content

Commit 2c2ac09

Browse files
committed
Fix import in test
1 parent eadcb30 commit 2c2ac09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/features/logs/response.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { DataQueryResponse, QueryResultMetaStat } from '@grafana/data';
2-
import { getMockFrames } from 'app/plugins/datasource/loki/mocks';
2+
import { getMockFrames } from 'app/plugins/datasource/loki/__mocks__/frames';
33

44
import { cloneQueryResponse, combineResponses } from './response';
55

0 commit comments

Comments
 (0)