Skip to content

Commit 53a9235

Browse files
committed
update test
1 parent 1ed3cea commit 53a9235

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/solver/same-net-shared-bottleneck-repro.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ test("repro: two same-net routes must share one bottleneck port to solve", () =>
2525
)
2626
expect(stagedSvg).toMatchSvgSnapshot(import.meta.path)
2727

28-
expect(solver.solved).toBe(false)
29-
expect(solver.failed).toBe(true)
28+
expect(solver.solved).toBe(true)
29+
expect(solver.failed).toBe(false)
3030
})

0 commit comments

Comments
 (0)