We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed3cea commit 53a9235Copy full SHA for 53a9235
1 file changed
tests/solver/same-net-shared-bottleneck-repro.test.ts
@@ -25,6 +25,6 @@ test("repro: two same-net routes must share one bottleneck port to solve", () =>
25
)
26
expect(stagedSvg).toMatchSvgSnapshot(import.meta.path)
27
28
- expect(solver.solved).toBe(false)
29
- expect(solver.failed).toBe(true)
+ expect(solver.solved).toBe(true)
+ expect(solver.failed).toBe(false)
30
})
0 commit comments