Skip to content

Commit

Permalink
Commit lint fixed file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 27, 2024
1 parent d3028c7 commit 9e60d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/templates.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ describe('templates', () => {
${data.label}
</div>
`);
const actualOutput = templates.choice(choiceOptions, data, itemSelectText, "Group text");
const actualOutput = templates.choice(choiceOptions, data, itemSelectText, 'Group text');

expectEqualElements(actualOutput, expectedOutput);
});
Expand Down

0 comments on commit 9e60d6e

Please sign in to comment.