diff --git a/tests/testdata/outputs_expected/multi_contracts.sol.o.json b/tests/testdata/outputs_expected/multi_contracts.sol.o.json index 658300df..c4d6e54c 100644 --- a/tests/testdata/outputs_expected/multi_contracts.sol.o.json +++ b/tests/testdata/outputs_expected/multi_contracts.sol.o.json @@ -5,11 +5,11 @@ "address": 142, "contract": "Unknown", "debug": "", - "description": "Users other than the contract creator can withdraw ETH from the contract account without previously having sent any ETH to it. This is likely to be vulnerability.", + "description": "Arbitrary senders other than the contract creator can withdraw ETH from the contract account without previously having sent an equivalent amount of ETH to it. This is likely to be a vulnerability.", "function": "transfer()", - "swc-id": "105", - "min_gas_used": 186, "max_gas_used": 467, + "min_gas_used": 186, + "swc-id": "105", "title": "Ether thief", "type": "Warning" }