diff --git a/tests/xslt/apply-template.test.ts b/tests/xslt/apply-template.test.ts
index 495a31e..47a8c07 100644
--- a/tests/xslt/apply-template.test.ts
+++ b/tests/xslt/apply-template.test.ts
@@ -51,7 +51,7 @@ describe('xsl:apply-template', () => {
`;
- const expectedOutString = `Xtest1Y`;
+ const expectedOutString = `XY`;
const xsltClass = new Xslt();
const xmlParser = new XmlParser();