Skip to content

Commit

Permalink
Remove gateway_state_tests (#6331)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxfind authored Nov 23, 2022
1 parent af8cd53 commit b43800e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 751 deletions.
4 changes: 0 additions & 4 deletions crates/sui-core/src/gateway_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ use crate::epoch::committee_store::CommitteeStore;
use sui_config::genesis::Genesis;
use tap::TapFallible;

#[cfg(test)]
#[path = "unit_tests/gateway_state_tests.rs"]
mod gateway_state_tests;

pub type AsyncResult<'a, T, E> = future::BoxFuture<'a, Result<T, E>>;

pub type GatewayClient = Arc<dyn GatewayAPI + Sync + Send>;
Expand Down
Loading

0 comments on commit b43800e

Please sign in to comment.