Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
vysakh-menon-aot committed May 7, 2021
1 parent 48a9379 commit 5a051a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_alteration.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_validate_invalid_share_structure_alteration():
'orderDate': '2021-01-30T09:56:01+08:00',
'effectOfOrder': 'planOfArrangement',
'orderDetails': invalid_order_details
} for invalid_order_details in ['abcd', ('a' * 2001)]], # long orderDetails
} for invalid_order_details in [('a' * 2001)]], # long orderDetails
])
def test_validate_invalid_court_orders(invalid_court_order):
"""Assert not valid court orders."""
Expand Down

0 comments on commit 5a051a2

Please sign in to comment.