Skip to content

Commit

Permalink
fix unit test with large width host application
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuhiro4949 committed Feb 9, 2020
1 parent 05d9b51 commit cdfc0c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PagingKitTests/PagingMenuViewControllerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class PagingMenuViewControllerTests: XCTestCase {

func testHookCompletionHandlerAfterReloadData() {
let dataSource = MenuViewControllerDataSourceMock()
dataSource.data = Array(repeating: "foo", count: 1000)
let menuViewController = PagingMenuViewControllerTests.makeViewController(with: dataSource)
dataSource.registerNib(to: menuViewController)

Expand Down

0 comments on commit cdfc0c4

Please sign in to comment.