Skip to content

Commit 57d2b4f

Browse files
committed
another fix
1 parent 9917525 commit 57d2b4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/CodegenCLITests/Support/MockApolloSchemaDownloader.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ class MockApolloSchemaDownloader: SchemaDownloadProvider {
77

88
static func fetch(
99
configuration: ApolloSchemaDownloadConfiguration,
10-
withRootURL rootURL: URL?
10+
withRootURL rootURL: URL?,
11+
session: NetworkSession?
1112
) throws {
1213
guard let handler = fetchHandler else {
1314
fatalError("You must set fetchHandler before calling \(#function)!")

0 commit comments

Comments
 (0)