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];