diff --git a/Tests/UnitTests/Purchasing/CustomerInfoTests.swift b/Tests/UnitTests/Purchasing/CustomerInfoTests.swift index a944c2bf02..e7a05954ca 100644 --- a/Tests/UnitTests/Purchasing/CustomerInfoTests.swift +++ b/Tests/UnitTests/Purchasing/CustomerInfoTests.swift @@ -844,8 +844,7 @@ class BasicCustomerInfoTests: TestCase { } func testCopyWithSameVerificationResult() throws { - self.verifyCopy(of: self.customerInfo.copy(with: .verified), - onlyModifiesEntitlementVerification: .verified) + expect(self.customerInfo.copy(with: .notRequested)) === self.customerInfo } func testCopyWithVerificationResultVerified() throws {