Home
last modified time | relevance | path

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

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/codesigning/
H A DCodeSigningConfigurationTest.kt27 val chain3 = CodeSigningConfiguration.separateCertificateChain( in test_separateCertificateChain() constant
30 assertEquals(3, chain3.size) in test_separateCertificateChain()
/expo/packages/expo-updates/ios/Tests/
H A DCodeSigningConfigurationSpec.swift22 …let chain3 = CodeSigningConfiguration.separateCertificateChain(certificateChainInManifestResponse:… in spec() variable
23 expect(chain3.count) == 3 in spec()