Skip to content

Commit

Permalink
[Tests] fixed failing TemplatesTests after #1169 (#1187)
Browse files Browse the repository at this point in the history
* fixed failing TemplatesTests after #1169

* added missing padding
  • Loading branch information
art-divin authored Jul 29, 2023
1 parent 51290a5 commit 0ff1fbd
Show file tree
Hide file tree
Showing 3 changed files with 936 additions and 368 deletions.
4 changes: 2 additions & 2 deletions Templates/Tests/Context/AutoMockable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protocol FunctionWithAttributes: AutoMockable {
func callRepeatedAttributes() -> Bool
}

protocol AccessLevelProtocol: AutoMockable {
public protocol AccessLevelProtocol: AutoMockable {
var company: String? { get set }
var name: String { get }

Expand Down Expand Up @@ -171,4 +171,4 @@ protocol AnyProtocol: AutoMockable {
func n(x: @escaping ((any StubProtocol)?) -> Void)
var o: any StubWithAnyNameProtocol { get }
func p(_ x: (any StubWithAnyNameProtocol)?)
}
}
Loading

0 comments on commit 0ff1fbd

Please sign in to comment.