Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiaayachi committed Oct 16, 2023
1 parent d8b85dd commit 27c9671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tenancy/internal/types/namespace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package types
import (
"context"
"errors"
"github.com/hashicorp/consul/agent/grpc-external/services/resource"

"testing"

Expand Down Expand Up @@ -196,7 +197,6 @@ func TestDelete_Success(t *testing.T) {

}


func TestList_Success(t *testing.T) {
v2TenancyBridge := bridge.NewV2TenancyBridge()
config := resource.Config{TenancyBridge: v2TenancyBridge}
Expand Down

0 comments on commit 27c9671

Please sign in to comment.