Home
last modified time | relevance | path

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

/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/codesigning/
H A DCodeSigningConfigurationTest.kt32 val chainWithABunchOfNewlinesAndStuff = CodeSigningConfiguration.separateCertificateChain( in test_separateCertificateChain() constant
35 assertEquals(2, chainWithABunchOfNewlinesAndStuff.size) in test_separateCertificateChain()
/expo/packages/expo-updates/ios/Tests/
H A DCodeSigningConfigurationSpec.swift25 let chainWithABunchOfNewlinesAndStuff = CodeSigningConfiguration.separateCertificateChain( in spec() variable
28 expect(chainWithABunchOfNewlinesAndStuff.count) == 2 in spec()