diff --git a/templates/accounts_test.go b/templates/accounts_test.go index 6f3a3c563..e775bb6ea 100644 --- a/templates/accounts_test.go +++ b/templates/accounts_test.go @@ -49,7 +49,6 @@ func TestCreateAccount(t *testing.T) { } require.Less(t, txSize, 1000, "The create account script should not grow over 1kB.") require.Less(t, argumentsSize, len(testContractBody)+500, - "The create account argument size should not grow over "+ - "2 times the contract code (converted to hex) + 500 bytes of extra data.") + "The create account argument size should not grow over 500 bytes of extra data.") }) }