Chore: Fix test import (#45271)

pull/45283/head
Hugo Häggmark 3 years ago committed by GitHub
parent 6fb3aac2e1
commit 5f043e6106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/components/Logs/LogDetails.test.tsx

@ -3,7 +3,6 @@ import { render, screen, within } from '@testing-library/react';
import { Field, GrafanaTheme2, LogLevel, LogRowModel, MutableDataFrame } from '@grafana/data';
import { LogDetails, Props } from './LogDetails';
import { expect } from '../../../../../public/test/lib/common';
const setup = (propOverrides?: Partial<Props>, rowOverrides?: Partial<LogRowModel>) => {
const props: Props = {

Loading…
Cancel
Save