Skip to content

Commit

Permalink
lil fix api
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSativa committed Aug 9, 2023
1 parent 0f98309 commit a6a4986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/StopTheLine/StopTheLine.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation

public protocol StopTheLine {
func action(with manager: some RequestManager,
func action(with manager: RequestManagering,
originalParameters parameters: Parameters,
response: RequestResult,
userInfo: UserInfo,
Expand Down
2 changes: 1 addition & 1 deletion TestHelpers/FakeStopTheLine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public final class FakeStopTheLine: StopTheLine, Spryable, SpryEquatable {
}

var completion: ((StopTheLineResult) -> Void)?
public func action(with manager: some RequestManager,
public func action(with manager: RequestManagering,
originalParameters parameters: Parameters,
response: RequestResult,
userInfo: UserInfo,
Expand Down

0 comments on commit a6a4986

Please sign in to comment.