Update name of test certificate

This commit is contained in:
Sergey Abramchuk
2017-09-07 20:10:30 +03:00
parent cd1390fb46
commit 3b9bba9e21
@@ -23,7 +23,7 @@ class OpenVPNCertificateTests: XCTestCase {
func testCertificatePEMandDER() {
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)
else {
XCTFail()