Update test for physical pad retention in sparse project generation

This commit is contained in:
2026-07-14 11:55:50 +02:00
parent 2493324f1a
commit 7f419656d8

View File

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