Skip to content

Commit a00b124

Browse files
committed
better discribution of passing proofs among groups of 3,4,5
1 parent 2176c45 commit a00b124

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

p-token/test-properties/select-proofs.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ sed -n -e "/^| ${HEADING}.*/,/^\$/ {/| ${HEADING}.*/d; /^\$/q; s/^| \(test_p[a-z
2424
| Passing |
2525
|-----------------------------------------------|
2626
| test_ptoken_domain_data |
27-
| test_process_approve |
27+
| test_process_burn |
2828
| test_process_approve_checked |
2929
| test_process_withdraw_excess_lamports_account |
3030
| test_process_transfer |
3131
| test_process_mint_to |
32-
| test_process_burn |
32+
| test_process_approve |
3333
| test_process_close_account |
34-
| test_process_transfer_checked |
34+
| test_process_sync_native |
3535
| test_process_burn_checked |
3636
| test_process_revoke |
3737
| test_process_freeze_account |
3838
| test_process_thaw_account |
3939
| test_process_mint_to_checked |
40-
| test_process_sync_native |
40+
| test_process_transfer_checked |
4141
| test_process_get_account_data_size |
4242
| test_process_initialize_immutable_owner |
4343
| test_process_set_authority_account |

0 commit comments

Comments
 (0)