Skip to content

Commit

Permalink
Immediate test
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Nov 30, 2022
1 parent 388d2c3 commit ec006ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class BasePurchasesTests: TestCase {
// - They run in LIFO order.

self.addTeardownBlock { [weak purchases = self.purchases] in
expect(purchases).toEventually(beNil(), timeout: .seconds(1), description: "Purchases has leaked")
expect(purchases).to(beNil(), description: "Purchases has leaked")
}

self.addTeardownBlock {
Expand Down

0 comments on commit ec006ee

Please sign in to comment.