Skip to content

Commit 878273f

Browse files
committed
Add back missing async
1 parent 07cae21 commit 878273f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/preview.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("Previewing", function () {
2929
});
3030
});
3131

32-
it.only("Can preview laggy scene", () => {
32+
it.only("Can preview laggy scene", async () => {
3333
const editor = await window.showTextDocument(uriInWorkspace("laggy.py"));
3434
const queue: { line: number; waitForStrings: string[]; resolve: () => void }[] = [];
3535
let wantToStopListening = false;

0 commit comments

Comments
 (0)