Skip to content

Commit

Permalink
Remove unneded throws
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaresiak committed Nov 26, 2024
1 parent 31061b7 commit 25c240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGoTests/SyncUI/SyncManagementViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class SyncManagementViewModelTests: XCTestCase, SyncManagementViewModelDelegate
}


func testWhenRecoverSyncDataPressed_RecoverDataViewShown() throws {
func testWhenRecoverSyncDataPressed_RecoverDataViewShown() {
model.recoverSyncDataPressed()
waitForInvocation()

Expand Down

0 comments on commit 25c240f

Please sign in to comment.