Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Ovalle committed Aug 1, 2019
1 parent c6714fa commit e47fad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Tests/UICollectionViewMocks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ final class CustomCollectionViewController: UICollectionViewController, WLEmptyS
return nil
}

func emptyStateShouldScroll() -> Bool {
func enableScrollForEmptyState() -> Bool {
return false
}
}
Expand Down
2 changes: 1 addition & 1 deletion Example/Tests/UITableViewMocks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ final class CustomEmptyStateTableViewController: UITableViewController, WLEmptyS
return view
}

func emptyStateShouldScroll() -> Bool {
func enableScrollForEmptyState() -> Bool {
return false
}

Expand Down

0 comments on commit e47fad3

Please sign in to comment.