Skip to content

Commit 8824e46

Browse files
roh26itcursoragent
andcommitted
fix: gofmt formatting in prompt_partial_resource_test.go
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent dfa6c58 commit 8824e46

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

internal/provider/prompt_partial_resource_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ func TestAccPromptPartialResource_basic(t *testing.T) {
6363
resource.TestCheckResourceAttrSet("portkey_prompt_partial.test", "created_at"),
6464
),
6565
},
66-
// ImportState testing
67-
{
68-
ResourceName: "portkey_prompt_partial.test",
69-
ImportState: true,
70-
ImportStateVerify: true,
71-
ImportStateVerifyIgnore: []string{"created_at", "updated_at", "version_description", "workspace_id"},
72-
},
66+
// ImportState testing
67+
{
68+
ResourceName: "portkey_prompt_partial.test",
69+
ImportState: true,
70+
ImportStateVerify: true,
71+
ImportStateVerifyIgnore: []string{"created_at", "updated_at", "version_description", "workspace_id"},
72+
},
7373
// Update name testing (should not bump version)
7474
{
7575
Config: testAccPromptPartialResourceConfig(rName+"-renamed", "Hello, this is a reusable partial."),

0 commit comments

Comments
 (0)