We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fdfe3 commit 5baaed7Copy full SHA for 5baaed7
tests/modules/src/starknet/storage_modules.rs
@@ -1,14 +1,5 @@
1
use crate::test_utils::run;
2
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
-
12
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
13
async fn test_modules_starknet_get_storage() {
14
run(serde_json::from_slice(include_bytes!(
0 commit comments