Skip to content

Commit 2f7fff6

Browse files
committed
chore: format completeWaitpoint test to satisfy oxfmt
1 parent a743d33 commit 2f7fff6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal-packages/run-engine/src/engine/tests/completeWaitpointErrorClassification.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ describe("completeWaitpoint store-resolution error classification", () => {
5454
const classificationError = new UnclassifiableRunId(waitpointId);
5555
const waitpointSystem = createWaitpointSystem(() => Promise.reject(classificationError));
5656

57-
await expect(
58-
waitpointSystem.completeWaitpoint({ id: waitpointId })
59-
).rejects.toBeInstanceOf(UnclassifiableWaitpointId);
57+
await expect(waitpointSystem.completeWaitpoint({ id: waitpointId })).rejects.toBeInstanceOf(
58+
UnclassifiableWaitpointId
59+
);
6060

6161
const caught = (await waitpointSystem
6262
.completeWaitpoint({ id: waitpointId })

0 commit comments

Comments
 (0)