Skip to content

Commit

Permalink
Fix test for sql function
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Dec 19, 2024
1 parent 6c10bd2 commit 02afd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/function_sql_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestAcc_FunctionSql_InlineBasic(t *testing.T) {
argName := "abc"
dataType := testdatatypes.DataTypeFloat
id := acc.TestClient().Ids.RandomSchemaObjectIdentifierWithArgumentsNewDataTypes(dataType)
idWithChangedNameButTheSameDataType := acc.TestClient().Ids.RandomSchemaObjectIdentifierWithArgumentsNewDataTypes()
idWithChangedNameButTheSameDataType := acc.TestClient().Ids.RandomSchemaObjectIdentifierWithArgumentsNewDataTypes(dataType)

definition := acc.TestClient().Function.SampleSqlDefinitionWithArgument(t, argName)

Expand Down

0 comments on commit 02afd6b

Please sign in to comment.