Skip to content

Commit a7606dd

Browse files
committed
ss
1 parent 9f113ae commit a7606dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unassigned-obstacles/HyperAssignableViaCapacityPathingSolver/HyperAssignableViaCapacityPathingSolver01.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import constructorInput from "../../../fixtures/unassigned-obstacles/AssignableV
77
type: "json",
88
}
99

10-
test.skip("HyperAssignableViaCapacityPathingSolver should solve DirectiveSubOptimal01 problem", async () => {
10+
test("HyperAssignableViaCapacityPathingSolver should solve DirectiveSubOptimal01 problem", async () => {
1111
// Create hyper solver with the test input
1212
const solver = new HyperAssignableViaCapacityPathingSolver(
1313
(constructorInput as any)[0],

0 commit comments

Comments
 (0)