Skip to content

Commit 09bd9b5

Browse files
committed
fmt
1 parent c75a3db commit 09bd9b5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

helper/resource/testing_new_import_block_test.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,13 @@ func TestTest_TestStep_ImportBlockVerify(t *testing.T) {
8383
{
8484
ImportState: true,
8585
ImportStateVerify: true,
86-
ImportStateBlockConfig: `import {
87-
to = examplecloud_thing.test
88-
identity = {
89-
hat = "derby"
90-
cat = "garfield"
91-
}
86+
ImportStateBlockConfig: `
87+
import {
88+
to = examplecloud_thing.test
89+
identity = {
90+
hat = "derby"
91+
cat = "garfield"
92+
}
9293
}`,
9394
},
9495
},

0 commit comments

Comments
 (0)