diff --git a/test/syntax.html/replace-part.test.ts b/test/syntax.html/replace-part.test.ts index 9605ede0..8aaba4d6 100644 --- a/test/syntax.html/replace-part.test.ts +++ b/test/syntax.html/replace-part.test.ts @@ -48,7 +48,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => { it(`must not tokenize class="replace-part" attribute body with scope "replace-part.attribute.html.au"`, () => { // arrange - let scope = 'replaceable.attribute.html.au'; + let scope = 'replace-part.attribute.html.au'; // act let lineToken = tokenizeLine('
'); @@ -62,7 +62,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => { it(`must not tokenize class='replace-part' attribute body with scope "replace-part.attribute.html.au"`, () => { // arrange - let scope = 'replaceable.attribute.html.au'; + let scope = 'replace-part.attribute.html.au'; // act let lineToken = tokenizeLine('
'); @@ -76,7 +76,7 @@ describe('The Aurelia HTML syntax replace-part attribute', () => { it(`must not tokenize (somereplace-part)="item-template" attribute body with scope "replace-part.attribute.html.au"`, () => { // arrange - let scope = 'replaceable.attribute.html.au'; + let scope = 'replace-part.attribute.html.au'; // act let lineToken = tokenizeLine('