Skip to content

Commit

Permalink
This is simply another test #9
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Mar 23, 2023
1 parent 2e5f540 commit e84c91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/edge.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { sacoUnion, hashify, sacoIntersection } from "../../index.js";

const anArray = [..."aaa".split(""), ..."bbb".split("")];
const aSaco = hashify(anArray);
const aSet = new Set(["a", "c"]);
const aSet = hashify(new Set(["a", "c"]));
const mergedSaco = sacoUnion(aSaco, aSet);

test("sacoUnionTest", (_) => {
Expand Down

0 comments on commit e84c91a

Please sign in to comment.