Skip to content

Commit cf23c1d

Browse files
AnthonyMDevgh-action-runner
authored andcommitted
Add comprehensive unit tests for cache policy mapping (apollographql/apollo-ios-dev#871)
1 parent 3b1203b commit cf23c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Apollo/FetchBehavior.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public struct FetchBehavior: Sendable, Hashable {
5858

5959
public let networkFetch: NetworkFetchBehavior
6060

61-
fileprivate init(
61+
internal init(
6262
cacheRead: CacheReadBehavior,
6363
networkFetch: NetworkFetchBehavior
6464
) {

0 commit comments

Comments
 (0)