Skip to content

Commit eeb0224

Browse files
rename spec_wasm test package to spec_import
1 parent 89124f7 commit eeb0224

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "test_spec_wasm"
2+
name = "test_spec_import"
33
version.workspace = true
44
authors = ["Stellar Development Foundation <info@stellar.org>"]
55
license = "Apache-2.0"

tests/spec_shaking_v2/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ enum UsedNonPubError {
231231
// --- WASM-imported types (contractimport!): only used ones should have markers ---
232232

233233
mod wasm_imported {
234-
soroban_sdk::contractimport!(file = "../../target/wasm32v1-none/release/test_spec_wasm.wasm");
234+
soroban_sdk::contractimport!(file = "../../target/wasm32v1-none/release/test_spec_import.wasm");
235235
}
236236

237237
// --- Unused types: no markers expected ---

0 commit comments

Comments
 (0)