Skip to content

Commit

Permalink
[MIG] product_cost_security: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanjeelharia committed Jan 3, 2023
1 parent bffec74 commit 5e219a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_cost_security/tests/test_product_cost_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_0(self):
with self.assertRaises(AssertionError):
# It would raise an AssertionError as the field would not be found in the view
# as the user does not have the group- Access to product costs
standard_price=sheet_form.standard_price
standard_price = sheet_form.standard_price
self.assertEqual(standard_price, 0.0)

def test_1(self):
Expand Down

0 comments on commit 5e219a3

Please sign in to comment.