Skip to content

Commit

Permalink
fix tests for sqldiff
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Jul 25, 2019
1 parent bcc6f0f commit 3ca7012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_sqldiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def _include_proxy_models_testing(self, should_include_proxy_models): # type: (
stdout=tmp_out,
stderr=tmp_err,
)
instance.load()
instance.find_differences()
checked_models = {"%s.%s" % (app_label, model_name) for app_label, model_name, _ in instance.differences}
self.assertEqual(should_include_proxy_models, "testapp.PostWithTitleOrdering" in checked_models)
Expand Down

0 comments on commit 3ca7012

Please sign in to comment.