Skip to content

Commit 9e60d6e

Browse files
committed
Commit lint fixed file
1 parent d3028c7 commit 9e60d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scripts/templates.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ describe('templates', () => {
563563
${data.label}
564564
</div>
565565
`);
566-
const actualOutput = templates.choice(choiceOptions, data, itemSelectText, "Group text");
566+
const actualOutput = templates.choice(choiceOptions, data, itemSelectText, 'Group text');
567567

568568
expectEqualElements(actualOutput, expectedOutput);
569569
});

0 commit comments

Comments
 (0)