aboutsummaryrefslogtreecommitdiff
path: root/e2e/command_buffer.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'e2e/command_buffer.test.ts')
-rw-r--r--e2e/command_buffer.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e/command_buffer.test.ts b/e2e/command_buffer.test.ts
index 0036839..472502b 100644
--- a/e2e/command_buffer.test.ts
+++ b/e2e/command_buffer.test.ts
@@ -16,7 +16,7 @@ describe('buffer command test', () => {
<head>
<title>my_${req.path.slice(1)}</title>
</head>
- </html">`);
+ </html>`);
});
let lanthan: Lanthan;
let webdriver: WebDriver;