From 549aa668994d8019ea3416a511c6f198a41c9127 Mon Sep 17 00:00:00 2001 From: Naila Rais <157850227+NailaRais@users.noreply.github.com> Date: Wed, 6 Nov 2024 06:19:01 +0530 Subject: [PATCH] Update main_test.go --- pkg/component/operator/text/v0/main_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/component/operator/text/v0/main_test.go b/pkg/component/operator/text/v0/main_test.go index 55eca230..5d9e8fa6 100644 --- a/pkg/component/operator/text/v0/main_test.go +++ b/pkg/component/operator/text/v0/main_test.go @@ -3,10 +3,9 @@ package text import ( "context" "testing" - "strings" // Import strings only here to avoid redundancy in other test files -) - "github.com/frankban/quicktest" + "strings" // Import the strings package here +) "github.com/instill-ai/pipeline-backend/pkg/component/base" "github.com/instill-ai/pipeline-backend/pkg/component/internal/mock" )