Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Jun 13, 2023
1 parent 150e22f commit 7490635
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/UnitTests/Purchasing/CustomerInfoTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7490635

Please sign in to comment.