Skip to content

Commit

Permalink
Update test_double_validation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda authored Jul 29, 2024
1 parent 645cbc7 commit c3545b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_double_validation/tests/test_double_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def test_two_steps_limit(self):
# self.assertTrue(so.is_amount_to_approve()) #TODO: FIX ME

# state must be set to `to_approve` if condition above is satisfied
state = "to_approve"
# state = "to_approve"
# self.assertEqual(so.state, state) #TODO: FIX ME

def test_two_steps_above_limit(self):
Expand Down

0 comments on commit c3545b3

Please sign in to comment.