fix
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
parent
0a182a87aa
commit
f333b74cd1
@ -30,7 +30,8 @@
|
||||
namespace repertory {
|
||||
class config_test : public ::testing::Test {
|
||||
public:
|
||||
static console_consumer cs;
|
||||
console_consumer cs;
|
||||
|
||||
static std::atomic<std::uint64_t> idx;
|
||||
|
||||
std::string s3_directory;
|
||||
@ -56,7 +57,6 @@ public:
|
||||
void TearDown() override { event_system::instance().stop(); }
|
||||
};
|
||||
|
||||
console_consumer config_test::cs;
|
||||
std::atomic<std::uint64_t> config_test::idx{0U};
|
||||
|
||||
TEST_F(config_test, api_path) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user