Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaresiak committed Apr 12, 2024
1 parent 6de2b69 commit be3eed9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DuckDuckGoTests/SyncManagementViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ class SyncManagementViewModelTests: XCTestCase, SyncManagementViewModelDelegate
}
// MARK: Delegate functions

func authenticateUser() async -> Bool {
return true
func authenticateUser() async throws {
}

func showSyncWithAnotherDeviceEnterText() {
Expand Down

0 comments on commit be3eed9

Please sign in to comment.