Skip to content

Commit

Permalink
fix test (#1826)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy Khaustov <khaustov.dm@gmail.com>
  • Loading branch information
turuslan and xDimon authored Oct 5, 2023
1 parent e7f9887 commit f93edce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/consensus/timeline/block_executor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ class BlockExecutorTest : public testing::Test {

protected:
std::shared_ptr<BlockTreeMock> block_tree_;
ThreadPool thread_pool_{"test", 1};
std::shared_ptr<CoreMock> core_;
std::shared_ptr<BabeConfiguration> babe_config_;
std::shared_ptr<BabeConfigRepositoryMock> babe_config_repo_;
Expand All @@ -182,6 +181,7 @@ class BlockExecutorTest : public testing::Test {
kagome::primitives::events::StorageSubscriptionEnginePtr storage_sub_engine_;
kagome::primitives::events::ChainSubscriptionEnginePtr chain_sub_engine_;
std::shared_ptr<ConsistencyKeeperMock> consistency_keeper_;
ThreadPool thread_pool_{"test", 1};

std::shared_ptr<BlockExecutorImpl> block_executor_;
};
Expand Down

0 comments on commit f93edce

Please sign in to comment.