From 06befd600cd205a6c65201b877809b2e1f492abf Mon Sep 17 00:00:00 2001 From: matan-starkware <97523054+matan-starkware@users.noreply.github.com> Date: Sun, 16 Feb 2025 09:43:56 +0200 Subject: [PATCH] chore(starknet_consensus_orchestrator): remove unused test-case dependency (#4071) 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 81ac0b9ca63..16887e63e9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11098,7 +11098,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