Skip to content

Commit

Permalink
changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jcieslak committed Jan 25, 2024
1 parent 343839f commit 588f8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/account_role_acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestAcc_AccountRole_updates(t *testing.T) {
name := strings.ToUpper(acctest.RandStringFromCharSet(10, acctest.CharSetAlpha))
newName := strings.ToUpper(acctest.RandStringFromCharSet(10, acctest.CharSetAlpha))
comment := strings.ToUpper(acctest.RandStringFromCharSet(10, acctest.CharSetAlpha))
NewComment := strings.ToUpper(acctest.RandStringFromCharSet(10, acctest.CharSetAlpha))
NewComment := "updated comment with 'single' quotes"
resourceName := "snowflake_account_role.test"

resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit 588f8a0

Please sign in to comment.