From 0063172df4e930579e15f7a44348e99ecbca8777 Mon Sep 17 00:00:00 2001 From: Matan Markind Date: Tue, 11 Feb 2025 10:02:14 +0200 Subject: [PATCH] chore(starknet_consensus_orchestrator): remove unused test-case dependency Seems the standard is to use rtest to create cases --- Cargo.lock | 1 - crates/starknet_consensus_orchestrator/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa259993cb4..eaace74c99a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11096,7 +11096,6 @@ dependencies = [ "starknet_consensus", "starknet_infra_utils", "starknet_state_sync_types", - "test-case", "thiserror 1.0.69", "tokio", "tokio-util", diff --git a/crates/starknet_consensus_orchestrator/Cargo.toml b/crates/starknet_consensus_orchestrator/Cargo.toml index f71c7f47ea9..ecc1fb01d77 100644 --- a/crates/starknet_consensus_orchestrator/Cargo.toml +++ b/crates/starknet_consensus_orchestrator/Cargo.toml @@ -54,7 +54,6 @@ starknet_batcher = { path = "../starknet_batcher" } starknet_class_manager_types = { path = "../starknet_class_manager_types", features = ["testing"] } starknet_infra_utils.path = "../starknet_infra_utils" starknet_state_sync_types = { path = "../starknet_state_sync_types", features = ["testing"] } -test-case.workspace = true [lints] workspace = true