change(web): correct name for test-helper unit test suite

This commit is contained in:
Joshua Horton 2026-03-10 11:54:29 -05:00
parent 7469f685eb
commit 44fdb6ed47

View file

@ -4,7 +4,7 @@ import { constituentPaths } from "./constituentPaths.js";
import { quotientPathHasInputs } from "./quotientPathHasInputs.js";
import { buildCantLinearFixture } from "./buildCantLinearFixture.js";
describe('buildSimplePathSplitFixture() fixture', () => {
describe('buildCantLinearFixture() fixture', () => {
it('constructs paths properly', () => {
const { paths, distributions } = buildCantLinearFixture();
const pathToSplit = paths[4];