diff --git a/protocol_tests/aws-restxml/tests/functional/restxml.spec.ts b/protocol_tests/aws-restxml/tests/functional/restxml.spec.ts
index 34a794d8ab96..3860234e0e7b 100644
--- a/protocol_tests/aws-restxml/tests/functional/restxml.spec.ts
+++ b/protocol_tests/aws-restxml/tests/functional/restxml.spec.ts
@@ -354,7 +354,7 @@ it("BodyWithXmlName:Request", async () => {
expect(r.body).toBeDefined();
const utf8Encoder = client.config.utf8Encoder;
- const bodyString = `Phreddy`;
+ const bodyString = `Phreddy`;
const unequalParts: any = compareEquivalentXmlBodies(bodyString, r.body.toString());
expect(unequalParts).toBeUndefined();
}
@@ -372,7 +372,7 @@ it("BodyWithXmlName:Response", async () => {
{
"content-type": "application/xml",
},
- `Phreddy`
+ `Phreddy`
),
});