Skip to content

Commit d96ff63

Browse files
committed
Fix test comment
1 parent b3cbe49 commit d96ff63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p-token/tests/withdraw_excess_lamports.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ async fn fail_withdraw_excess_lamports_from_mint_with_no_authority(token_program
11231123
.await
11241124
.unwrap_err();
11251125

1126-
// Then the destination account has the excess lamports.
1126+
// Then we expect an error.
11271127

11281128
assert_matches!(
11291129
error,

0 commit comments

Comments
 (0)