Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Owen committed Jan 10, 2019
1 parent 665f7a7 commit a40ed95
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 56 deletions.
101 changes: 45 additions & 56 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/fancy_widget_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ void main() {
TabData(iconData: Icons.home, title: "Home"),
TabData(iconData: Icons.search, title: "Search")
],
routeObserver: RouteObserver(),
onTabChangedListener: (position) {},
);

Expand Down

0 comments on commit a40ed95

Please sign in to comment.