From 1bbf78a16ebc39a1240e36778e8a7bbc6493653b Mon Sep 17 00:00:00 2001 From: koji Date: Thu, 25 Apr 2024 16:47:54 -0400 Subject: [PATCH] fix lint error --- .../__tests__/ProtocolSetupParameters.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/organisms/ProtocolSetupParameters/__tests__/ProtocolSetupParameters.test.tsx b/app/src/organisms/ProtocolSetupParameters/__tests__/ProtocolSetupParameters.test.tsx index 9060298d4da..8e156c14087 100644 --- a/app/src/organisms/ProtocolSetupParameters/__tests__/ProtocolSetupParameters.test.tsx +++ b/app/src/organisms/ProtocolSetupParameters/__tests__/ProtocolSetupParameters.test.tsx @@ -1,7 +1,7 @@ import * as React from 'react' import { when } from 'vitest-when' import { it, describe, beforeEach, vi, expect } from 'vitest' -import { act, fireEvent, screen } from '@testing-library/react' +import { fireEvent, screen } from '@testing-library/react' import { useCreateProtocolAnalysisMutation, useCreateRunMutation,