Skip to content

Commit 43ac354

Browse files
Update packages/blocks/terraform/test/hcledit-cli.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 42de560 commit 43ac354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/blocks/terraform/test/hcledit-cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ describe('Update Resource Properties', () => {
237237
expectedMessage: 'Property name at index 0 contains invalid characters',
238238
},
239239
])(
240-
'should throw when $description',
240+
({ description }) => `should throw when ${description}`,
241241
async ({
242242
description,
243243
resourceType,

0 commit comments

Comments
 (0)