From fc05dd9b6c7e978076c7fc39afe99515130db02e Mon Sep 17 00:00:00 2001 From: Laura Benz Date: Tue, 10 Jan 2023 11:22:48 +0100 Subject: [PATCH] refactor: remove unused return --- .../app/features/correlations/Forms/QueryEditorField.test.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/app/features/correlations/Forms/QueryEditorField.test.tsx b/public/app/features/correlations/Forms/QueryEditorField.test.tsx index 0b03be8f7bd..c908db83ed5 100644 --- a/public/app/features/correlations/Forms/QueryEditorField.test.tsx +++ b/public/app/features/correlations/Forms/QueryEditorField.test.tsx @@ -32,8 +32,6 @@ const renderWithContext = ( setDataSourceSrv(dsServer); render({children}); - - return dsServer.get; }; const initiateDsApi = () => {