mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Update name of test certificate
This commit is contained in:
@@ -23,7 +23,7 @@ class OpenVPNCertificateTests: XCTestCase {
|
|||||||
|
|
||||||
func testCertificatePEMandDER() {
|
func testCertificatePEMandDER() {
|
||||||
guard
|
guard
|
||||||
let caURL = Bundle.current.url(forResource: "ca", withExtension: "crt"),
|
let caURL = Bundle.current.url(forResource: "test-ca", withExtension: "crt"),
|
||||||
let caOriginalPEMData = try? Data(contentsOf: caURL)
|
let caOriginalPEMData = try? Data(contentsOf: caURL)
|
||||||
else {
|
else {
|
||||||
XCTFail()
|
XCTFail()
|
||||||
|
|||||||
Reference in New Issue
Block a user