Skip to content

Commit

Permalink
made argument captor creation function public
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivukis committed Dec 17, 2017
1 parent 5a03f39 commit cf9f30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Source/Argument.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public enum Argument: CustomStringConvertible, SpryEquatable, Equatable {
- Returns: A new ArgumentCaptor.
*/
static func captor() -> ArgumentCaptor {
static public func captor() -> ArgumentCaptor {
return ArgumentCaptor()
}
}
Expand Down

0 comments on commit cf9f30f

Please sign in to comment.