Skip to content

Commit 3ab1b56

Browse files
committed
fixup! Spawn a code-server instance for each test suite
1 parent 15b671c commit 3ab1b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/models/CodeServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class CodeServerPage {
148148

149149
constructor(private readonly codeServer: CodeServer, public readonly page: Page) {}
150150

151-
async address() {
151+
address() {
152152
return this.codeServer.address()
153153
}
154154

0 commit comments

Comments
 (0)