Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Sep 3, 2024
1 parent fe03ea6 commit 8988667
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"errors"
"testing"

"github.com/env0/terraform-provider-env0/client"
. "github.com/env0/terraform-provider-env0/client"
"github.com/jinzhu/copier"
. "github.com/onsi/ginkgo"
Expand Down Expand Up @@ -281,9 +280,9 @@ var _ = Describe("Environment Client", func() {

Describe("EnvironmentDelete", func() {
var err error
var res *client.EnvironmentDestroyResponse
var res *EnvironmentDestroyResponse

mockedRes := client.EnvironmentDestroyResponse{
mockedRes := EnvironmentDestroyResponse{
Id: "id123",
}

Expand Down

0 comments on commit 8988667

Please sign in to comment.