Skip to content

Commit 5baaed7

Browse files
committed
rm test modules_starknet_and_ethereum_get_storage
1 parent c4fdfe3 commit 5baaed7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/modules/src/starknet/storage_modules.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
use crate::test_utils::run;
22

3-
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
4-
async fn test_modules_starknet_and_ethereum_get_storage() {
5-
run(serde_json::from_slice(include_bytes!(
6-
"../../../../target/dev/modules_starknet_and_ethereum_get_storage.compiled_contract_class.json"
7-
))
8-
.unwrap())
9-
.await
10-
}
11-
123
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
134
async fn test_modules_starknet_get_storage() {
145
run(serde_json::from_slice(include_bytes!(

0 commit comments

Comments
 (0)