From 7f419656d82e9b8f2593aa77d16da84794ee1cb6 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Jul 2026 11:55:50 +0200 Subject: [PATCH] Update test for physical pad retention in sparse project generation --- tests/sparse-pads.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sparse-pads.test.ts b/tests/sparse-pads.test.ts index 8312d73..bfdac93 100644 --- a/tests/sparse-pads.test.ts +++ b/tests/sparse-pads.test.ts @@ -64,7 +64,7 @@ function sparseProject(): ProjectRawData { }; } -test('keeps physical p02 on zero-based pattern source 1 when p01 is omitted', async () => { +test('keeps physical p02 on zero-based pattern source 1 when p01 is omitted', () => { const data = sparseProject(); const physicalPad = data.pads.a[0];