Skip to content

Commit

Permalink
[IMP] project_budget: fix test for databases with data (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane authored Feb 26, 2019
1 parent 0cc4597 commit faf8ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_budget/tests/test_project_budget.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_project_creation(self):
self.assertEquals(
len(self.project.budget_ids), self.project.budget_count)
self.assertTrue(self.project.has_current_budget)
self.assertEquals(
self.assertIn(
self.project,
self.project.search([('has_current_budget', '=', True)]))
self.assertEquals(len(
Expand Down

0 comments on commit faf8ae0

Please sign in to comment.