Skip to content

Commit

Permalink
avoid refering to the variable than function
Browse files Browse the repository at this point in the history
  • Loading branch information
jayahariv committed May 25, 2021
1 parent 255b83d commit f2687be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Swift/Tests/ReplicatorTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ReplicatorTest: CBLTestCase {
continuous: Bool = false, auth: Authenticator? = nil,
acceptSelfSignedOnly: Bool = false,
serverCert: SecCertificate? = nil, maxAttempts: UInt? = 0) -> ReplicatorConfiguration {
var config = config(target: target, type: type, continuous: continuous, auth: auth,
var config = self.config(target: target, type: type, continuous: continuous, auth: auth,
serverCert: serverCert, maxAttempts: maxAttempts)
config.acceptOnlySelfSignedServerCertificate = acceptSelfSignedOnly
return config
Expand Down

0 comments on commit f2687be

Please sign in to comment.