Skip to content

Commit

Permalink
Update main_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
NailaRais authored Nov 6, 2024
1 parent 708b054 commit 549aa66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/component/operator/text/v0/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 549aa66

Please sign in to comment.