Skip to content

Commit

Permalink
Rename reject-on-error test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Sep 23, 2024
1 parent 3542d32 commit b6ccccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/safe-erc20/tests/safe-erc20.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async fn safe_transfer_rejects_with_eoa_as_token(
}

#[e2e::test]
async fn safe_transfer_rejects_insufficient_balance(
async fn safe_transfer_rejects_on_error(
alice: Account,
bob: Account,
) -> eyre::Result<()> {
Expand Down

0 comments on commit b6ccccf

Please sign in to comment.