Skip to content

Commit

Permalink
fix test view creation and registration
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasP0815 committed Apr 24, 2023
1 parent 621eb0d commit c2e8e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_appbuilder/tests/test_mvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def test_fab_views(self):
"""
Test views creation and registration
"""
self.assertEqual(len(self.appbuilder.baseviews), 37)
self.assertEqual(len(self.appbuilder.baseviews), 38)

def test_back(self):
"""
Expand Down

0 comments on commit c2e8e53

Please sign in to comment.