diff --git a/gnosis/protocol/tests/test_gnosis_protocol_api.py b/gnosis/protocol/tests/test_gnosis_protocol_api.py index f22da5207..49e66baa2 100644 --- a/gnosis/protocol/tests/test_gnosis_protocol_api.py +++ b/gnosis/protocol/tests/test_gnosis_protocol_api.py @@ -98,8 +98,8 @@ def test_place_order(self): self.assertEqual( result, { - "description": "Order does not include sufficient fee", - "errorType": "InsufficientFee", + "description": "Buy token is the same as the sell token.", + "errorType": "SameBuyAndSellToken", }, )