Skip to content

Commit

Permalink
chore: remove deprecated component runner test
Browse files Browse the repository at this point in the history
commit-id:3bb10577
  • Loading branch information
Itay-Tsabary-Starkware committed Jul 8, 2024
1 parent 6ae3a08 commit 3ef7355
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 121 deletions.
4 changes: 0 additions & 4 deletions crates/mempool_infra/src/component_runner.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
use async_trait::async_trait;

#[cfg(test)]
#[path = "component_runner_test.rs"]
mod component_runner_test;

#[derive(thiserror::Error, Debug, PartialEq)]
pub enum ComponentStartError {
#[error("Error in the component configuration.")]
Expand Down
117 changes: 0 additions & 117 deletions crates/mempool_infra/src/component_runner_test.rs

This file was deleted.

0 comments on commit 3ef7355

Please sign in to comment.