Skip to content

Commit e068668

Browse files
🔍 test(integerKnapsack): Fix wikipedia test.
1 parent 5e21695 commit e068668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/integerKnapsack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test(
2222
[23, 26, 20, 18, 32, 27, 29, 26, 30, 27],
2323
10,
2424
67,
25-
505,
25+
1270,
2626
);
2727

2828
test(

0 commit comments

Comments
 (0)