fixup tests from throws_ audit

pull/1/head
Michael Kirk 7 years ago
parent d492816664
commit ca58bb00f7

@ -9,12 +9,11 @@ import SignalMetadataKit
@testable import SignalServiceKit @testable import SignalServiceKit
class MockCertificateValidator: NSObject, SMKCertificateValidator { class MockCertificateValidator: NSObject, SMKCertificateValidator {
@objc public func throwswrapped_validate(senderCertificate: SMKSenderCertificate, validationTime: UInt64) throws {
@objc public func validate(senderCertificate: SMKSenderCertificate, validationTime: UInt64) throws {
// Do not throw // Do not throw
} }
@objc public func validate(serverCertificate: SMKServerCertificate) throws { @objc public func throwswrapped_validate(serverCertificate: SMKServerCertificate) throws {
// Do not throw // Do not throw
} }
} }

Loading…
Cancel
Save