Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 6282888

Browse files
committed
rewrite spl token legacy tests with mollusk
1 parent 5380b0e commit 6282888

File tree

7 files changed

+324
-593
lines changed

7 files changed

+324
-593
lines changed

Cargo.lock

+40-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token/program-2022-test/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ async-trait = "0.1"
2020
borsh = "1.5.3"
2121
bytemuck = "1.20.0"
2222
futures-util = "0.3"
23+
mollusk-svm = "0.0.13"
2324
solana-program = "2.1.0"
2425
solana-program-test = "2.1.0"
2526
solana-sdk = "2.1.0"

token/program/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ thiserror = "2.0"
2323

2424
[dev-dependencies]
2525
lazy_static = "1.5.0"
26+
mollusk-svm = "0.0.13"
2627
proptest = "1.5"
2728
serial_test = "3.2.0"
28-
solana-program-test = "2.1.0"
2929
solana-sdk = "2.1.0"
3030

3131
[lib]

token/program/tests/action.rs

-140
This file was deleted.

0 commit comments

Comments
 (0)