Skip to content

Commit 504636b

Browse files
committed
Typos
1 parent e1ddab6 commit 504636b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

p-token/tests/batch.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ async fn batch_transfer() {
326326
// - amount: 1_000_000_000
327327
// - mint: mint_key
328328
// - is_native: false
329-
// - program_id: invalid_program_id
329+
// - program_id: TOKEN_PROGRAM_ID
330330
let source_account_key = Pubkey::new_unique();
331331
let source_account = create_token_account(
332332
&mint_key,
@@ -514,7 +514,7 @@ async fn batch_fail_swap_tokens_with_invalid_program_owner() {
514514
let authority_key = Pubkey::new_unique();
515515

516516
// Account A
517-
// - amoun: 1_000
517+
// - amount: 1_000
518518
// - mint: native_mint
519519
// - is_native: false
520520
// - program_id: invalid_program_id
@@ -528,15 +528,15 @@ async fn batch_fail_swap_tokens_with_invalid_program_owner() {
528528
);
529529

530530
// Account B
531-
// - amoun: 0
531+
// - amount: 0
532532
// - mint: native_mint
533533
// - is_native: true
534534
// - program_id: TOKEN_PROGRAM_ID
535535
let account_b_key = Pubkey::new_unique();
536536
let account_b = create_token_account(&native_mint, &authority_key, true, 0, &TOKEN_PROGRAM_ID);
537537

538538
// Account C
539-
// - amoun: 0
539+
// - amount: 0
540540
// - mint: native_mint
541541
// - is_native: true
542542
// - program_id: TOKEN_PROGRAM_ID

0 commit comments

Comments
 (0)