Skip to content

Commit f0814f9

Browse files
rainkwanstephybun
andauthored
Update helper/resource/query/query_test.go
Co-authored-by: stephybun <[email protected]>
1 parent 6ea1fa2 commit f0814f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/resource/query/query_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func TestQuery(t *testing.T) {
1919

2020
r.UnitTest(t, r.TestCase{
2121
TerraformVersionChecks: []tfversion.TerraformVersionCheck{
22-
tfversion.SkipBelow(tfversion.Version1_14_0), // Query mode requires Terraform 1.13.0 or later
22+
tfversion.SkipBelow(tfversion.Version1_14_0),
2323
},
2424
ProtoV6ProviderFactories: map[string]func() (tfprotov6.ProviderServer, error){
2525
"examplecloud": providerserver.NewProviderServer(testprovider.Provider{

0 commit comments

Comments
 (0)