Home
last modified time | relevance | path

Searched refs:chain2 (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/codesigning/
H A DCodeSigningConfigurationTest.kt22 val chain2 = CodeSigningConfiguration.separateCertificateChain( in test_separateCertificateChain() constant
25 assertEquals(2, chain2.size) in test_separateCertificateChain()
/expo/packages/expo-updates/ios/Tests/
H A DCodeSigningConfigurationSpec.swift19 …let chain2 = CodeSigningConfiguration.separateCertificateChain(certificateChainInManifestResponse:… in spec() variable
20 expect(chain2.count) == 2 in spec()