Skip to content

Commit

Permalink
Amend test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
nozim committed Oct 22, 2023
1 parent a82afb2 commit a451742
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/accounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
})
}

0 comments on commit a451742

Please sign in to comment.