diff --git a/test/specs/wrapper/html.spec.js b/test/specs/wrapper/html.spec.js
index 91e8ba80a..ab3c4a005 100644
--- a/test/specs/wrapper/html.spec.js
+++ b/test/specs/wrapper/html.spec.js
@@ -53,7 +53,7 @@ describeWithShallowAndMount('html', mountingMethod => {
const compiled = compileToFunctions(expectedHtml)
const wrapper = mountingMethod(compiled)
- const options = { prettyPrint: true };
+ const options = { prettyPrint: true }
expect(wrapper.html(options)).to.equal(expectedHtml)
})
})