diff --git a/test/scanner/client.test.js b/test/scanner/client.test.js index af5a758..4e147e4 100644 --- a/test/scanner/client.test.js +++ b/test/scanner/client.test.js @@ -108,7 +108,7 @@ describe.concurrent('Apps', async () => { expect( validCPUTypes.includes( scan.supportedArchitectures[0].processorType ) ).toBe( true ) // Expect that first of machoMeta.architectures has processorSubType as string - expect( typeof scan.info.machoMeta.architectures[0].processorSubType ).toBeTruthy() + // expect( typeof scan.supportedArchitectures[0].processorSubType ).toBeTruthy() // Export info.infoPlist to be none empty object expect( typeof scan.info.infoPlist ).toBe( 'object' )