Skip to content

Commit

Permalink
Fix import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
matyax committed Jan 8, 2024
1 parent eadcb30 commit 2c2ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/features/logs/response.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DataQueryResponse, QueryResultMetaStat } from '@grafana/data';
import { getMockFrames } from 'app/plugins/datasource/loki/mocks';
import { getMockFrames } from 'app/plugins/datasource/loki/__mocks__/frames';

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

Expand Down

0 comments on commit 2c2ac09

Please sign in to comment.