Skip to content

Commit

Permalink
Update src/renderer/routes/test_sequencer_panel/components/modals/Cha…
Browse files Browse the repository at this point in the history
…ngeLinkedTest.tsx

Co-authored-by: Jeff Zhang <[email protected]>
  • Loading branch information
LatentDream and 39bytes authored Apr 17, 2024
1 parent 07221df commit be7f5ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const ChangeLinkedTestModal = ({
<div className="w-52 justify-end">
<Button
variant={"outline"}
onClick={() => handleDiscoverPytestElements()}
onClick={handleDiscoverPytestElements}
data-testid="pytest-btn"
>
Discover Pytest
Expand Down

0 comments on commit be7f5ca

Please sign in to comment.