Skip to content

Commit

Permalink
fix: lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymesC committed Jul 13, 2024
1 parent 4985d7c commit e6ee3f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/connectors/googledrive/lib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ import (
"testing"
"time"

"golang.org/x/oauth2"

sdk "github.com/wakflo/go-sdk/connector"
sdkcore "github.com/wakflo/go-sdk/core"
"golang.org/x/oauth2"
)

var (
Expand Down Expand Up @@ -105,12 +106,12 @@ func TestNewConnector(t *testing.T) {
t.Errorf("NewConnector() Operations() count = %d, want %d", len(spider.Operations()), 6)
}

//if testCase.isTrigger {
// if testCase.isTrigger {
// _, err = spider.RunTrigger(testCase.operationName, testCase.ctx)
// if err != nil {
// t.Errorf("NewConnector() RunTrigger() with name %v threw an error = %v", testCase.operationName, err)
// }
//} else {
// } else {
// _, err = spider.RunOperation(testCase.operationName, testCase.ctx)
// if err != nil {
// t.Errorf("NewConnector() RunOperation() with name %v threw an error = %v", testCase.operationName, err)
Expand Down

0 comments on commit e6ee3f3

Please sign in to comment.