Skip to content

Commit 28b332b

Browse files
committed
lint:fix
1 parent dd39f78 commit 28b332b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@glimmer-workspace/integration-tests/test/keywords/element-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class KeywordElement extends RenderTest {
4949
}
5050

5151
@test
52-
'MustacheStatement'(assert: Assert) {
52+
MustacheStatement(assert: Assert) {
5353
const Child = template('{{#let @tag as |Tag|}}<Tag>World</Tag>{{/let}}', {
5454
strictMode: true,
5555
scope: () => ({}),

0 commit comments

Comments
 (0)