From 44fdb6ed477dc1490772767e388f1e5fb34883d5 Mon Sep 17 00:00:00 2001 From: Joshua Horton Date: Tue, 10 Mar 2026 11:54:29 -0500 Subject: [PATCH] change(web): correct name for test-helper unit test suite --- .../predictive-text/helpers/buildCantLinearFixture.tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/test/auto/headless/engine/predictive-text/helpers/buildCantLinearFixture.tests.ts b/web/src/test/auto/headless/engine/predictive-text/helpers/buildCantLinearFixture.tests.ts index cc95a8563e..41acda3825 100644 --- a/web/src/test/auto/headless/engine/predictive-text/helpers/buildCantLinearFixture.tests.ts +++ b/web/src/test/auto/headless/engine/predictive-text/helpers/buildCantLinearFixture.tests.ts @@ -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];