This commit is contained in:
Jade (Rose) Rowland 2025-09-16 11:52:36 -04:00
parent 9cdba1a50e
commit 89b7eac789
3 changed files with 5 additions and 5 deletions

View file

@ -877,7 +877,7 @@ describe('Pattern', () => {
.squeezeJoin()
.queryArc(3, 4)
.map((x) => x.value),
).toStrictEqual([3]);
).toStrictEqual([Fraction(3)]);
});
});
describe('ply', () => {