Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak committed Aug 8, 2024
1 parent 67d4722 commit 9e5bfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/procedure_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ resource "snowflake_procedure" "p" {
}

func TestAcc_Procedure_proveArgsPermanentDiff(t *testing.T) {
id := acc.TestClient().Ids.RandomSchemaObjectIdentifierWithArguments(sdk.DataTypeVARCHAR, sdk.DataTypeNumber)
id := acc.TestClient().Ids.RandomSchemaObjectIdentifierWithArgumentsOld(sdk.DataTypeVARCHAR, sdk.DataTypeNumber)
name := id.Name()
resourceName := "snowflake_procedure.p"

Expand Down

0 comments on commit 9e5bfac

Please sign in to comment.