From cd4ef15c4455d54f8fcd173bf6554e6dbb024745 Mon Sep 17 00:00:00 2001 From: Steven Petryk Date: Sun, 21 Jan 2024 11:43:46 -0800 Subject: [PATCH] Fix test types --- src/display/Plot/PlotUtils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display/Plot/PlotUtils.test.ts b/src/display/Plot/PlotUtils.test.ts index 2c1ffe77..ad03f985 100644 --- a/src/display/Plot/PlotUtils.test.ts +++ b/src/display/Plot/PlotUtils.test.ts @@ -9,7 +9,7 @@ test("sample", () => { maxDepth: 3, error: () => Number.POSITIVE_INFINITY, fn: (t) => t, - midpoint: () => 0, + lerp: () => 0, onPoint(t) { ts.push(t) },