Skip to content

Commit

Permalink
Simplify the logic further
Browse files Browse the repository at this point in the history
  • Loading branch information
astellingwerf committed Jul 13, 2021
1 parent df547af commit b479f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ test("sanity check summarize #5", () => {
"10.9.201.66",
"10.9.201.69",
"10.9.201.74"
]; // Shuffled, but effectively ranging from 10.9.201.65 to 10.9.201.72 + 10.9.201.74
]; // Shuffled, but effectively ranging from 10.9.201.65 to 10.9.201.72 + 10.9.201.74 + 10.9.201.75

const output = index.summarize(input, true);
expect(output).toBeDefined();
Expand Down

0 comments on commit b479f79

Please sign in to comment.