mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
FIx clang-tidy
This commit is contained in:
parent
6b9329153b
commit
80201f161c
@ -626,8 +626,7 @@ TEST_F(FileCacheTest, get)
|
||||
{
|
||||
/// Test background thread delated cleanup
|
||||
|
||||
auto settings2{settings};
|
||||
auto cache = DB::FileCache(settings2);
|
||||
auto cache = DB::FileCache(settings);
|
||||
cache.initialize();
|
||||
const auto key = cache.createKeyForPath("key10");
|
||||
const auto key_path = cache.getPathInLocalCache(key);
|
||||
|
Loading…
Reference in New Issue
Block a user