Skip to content

Commit

Permalink
Fix acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Dec 9, 2024
1 parent 383d219 commit 7a392ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/function_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func TestAcc_Function_complex(t *testing.T) {
resource.TestCheckResourceAttr(resourceName, "comment", "Terraform acceptance test"),
resource.TestCheckResourceAttr(resourceName, "statement", statement),
resource.TestCheckResourceAttr(resourceName, "arguments.#", "1"),
resource.TestCheckResourceAttr(resourceName, "arguments.0.name", "D"),
resource.TestCheckResourceAttr(resourceName, "arguments.0.name", "d"),
resource.TestCheckResourceAttr(resourceName, "arguments.0.type", "FLOAT"),
resource.TestCheckResourceAttr(resourceName, "return_behavior", "VOLATILE"),
resource.TestCheckResourceAttr(resourceName, "return_type", "FLOAT"),
Expand Down

0 comments on commit 7a392ec

Please sign in to comment.