Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Oct 10, 2024
1 parent fbb4626 commit 19b429b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe("withBasicTokenAnonymous", () => {
noindex: undefined,
pointsTo: undefined,
}),
).toBe(true);
).toBe(false);
});

it("should not prune childless non-leaf nodes that have content", () => {
Expand Down

0 comments on commit 19b429b

Please sign in to comment.