Skip to content

Commit

Permalink
Update examples/morpheusvm/actions/transfer_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: aaronbuchwald <aaron.buchwald56@gmail.com>
Signed-off-by: Franfran <51274081+iFrostizz@users.noreply.github.com>
  • Loading branch information
iFrostizz and aaronbuchwald authored Jul 18, 2024
1 parent c9c9dea commit 160137b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/morpheusvm/actions/transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestTransferAction(t *testing.T) {
ExpectedErr: storage.ErrInvalidBalance,
},
{
Name: "SimpleZeroTransfer",
Name: "SelfTransfer",
Actor: codec.EmptyAddress,
Action: &Transfer{
To: codec.EmptyAddress,
Expand Down

0 comments on commit 160137b

Please sign in to comment.