Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LoisRForgeFlow committed Jan 3, 2018
1 parent 2c9cc48 commit 30b87fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_cycle_count/tests/test_stock_cycle_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_view_methods(self):
self.rule_accuracy,
self.zero_rule]
for r in rules:
r._get_rule_description()
r._compute_rule_description()
self.assertTrue(r.rule_description, 'No description provided')
self.rule_accuracy._get_warehouses()
self.assertEqual(self.rule_accuracy.warehouse_ids.ids, self.big_wh.ids,
Expand Down

0 comments on commit 30b87fa

Please sign in to comment.