Update test for physical pad retention in sparse project generation
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user