Skip to content

Commit dc52145

Browse files
committed
chore: sort imports
1 parent 3e5591e commit dc52145

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

internal/services/argo_smart_routing/resource_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ package argo_smart_routing_test
22

33
import (
44
"fmt"
5-
"github.com/hashicorp/terraform-plugin-testing/knownvalue"
6-
"github.com/hashicorp/terraform-plugin-testing/plancheck"
7-
"github.com/hashicorp/terraform-plugin-testing/tfjsonpath"
85
"os"
96
"regexp"
107
"testing"
118

9+
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
10+
"github.com/hashicorp/terraform-plugin-testing/knownvalue"
11+
"github.com/hashicorp/terraform-plugin-testing/plancheck"
12+
"github.com/hashicorp/terraform-plugin-testing/tfjsonpath"
13+
1214
"github.com/cloudflare/terraform-provider-cloudflare/internal/acctest"
1315
"github.com/cloudflare/terraform-provider-cloudflare/internal/utils"
14-
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
1516
)
1617

1718
func TestAccCloudflareArgoSmartRouting_Basic(t *testing.T) {

0 commit comments

Comments
 (0)