Skip to content

Commit 627348b

Browse files
committed
Remove redundant method
1 parent beb3f4f commit 627348b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Modules/Tests/NetworkingTests/ApplicationPassword/RequestProcessorTests.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,6 @@ private class MockRequestAuthenticator: RequestAuthenticator {
326326
return urlRequest
327327
}
328328

329-
func deleteApplicationPassword() async throws {
330-
fatalError("Not implemented")
331-
}
332-
333329
func generateApplicationPassword() async throws {
334330
generateApplicationPasswordCalled = true
335331
if let mockErrorWhileGeneratingPassword {

0 commit comments

Comments
 (0)