Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gui_sabran authored and gui_sabran committed May 4, 2020
1 parent 1bec94f commit 30dcd33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/ApolloTests/BatchedLoadTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ private final class MockBatchedNormalizedCache: NormalizedCache {
result: .success(()))
}
}

func clear() {
records.clear()
}
}

class BatchedLoadTests: XCTestCase {
Expand Down

0 comments on commit 30dcd33

Please sign in to comment.