Skip to content

Commit 6dda112

Browse files
committed
chore: wip
1 parent 0f074b3 commit 6dda112

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/launchpad/test/smart-constraint-checking.test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@ describe('Smart Constraint Checking', () => {
8181

8282
try {
8383
await Promise.race([dumpPromise, timeoutPromise])
84-
} catch (error: any) {
84+
}
85+
catch (error: any) {
8586
if (error.message === 'Dump operation timed out') {
8687
// If it times out, that's also a valid indicator that the constraint was problematic
8788
logs.push('Operation timed out due to constraint issue')
88-
} else {
89+
}
90+
else {
8991
throw error
9092
}
9193
}

0 commit comments

Comments
 (0)