Skip to content

Commit

Permalink
Fix unit test compiler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phil1995 committed Apr 6, 2024
1 parent c00d647 commit 84e9047
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class OneDriveCloudProviderTests: XCTestCase {
let maxPageSize = 100
override func setUpWithError() throws {
let credential = try OneDriveCredential(with: "Test", authProvider: MSAuthenticationProviderMock(), clientApplication: MSALPublicClientApplication())
provider = try OneDriveCloudProvider(credential: credential, useBackgroundSession: false, maxPageSize: maxPageSize)
provider = try OneDriveCloudProvider(credential: credential, maxPageSize: maxPageSize)
}

func testChildrenRequest() throws {
Expand Down

0 comments on commit 84e9047

Please sign in to comment.