mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix unit test
This commit is contained in:
parent
f0e0d97752
commit
ce9131f905
@ -496,7 +496,7 @@ TEST(LRUFileCache, get)
|
||||
/// Test max file segment size
|
||||
|
||||
auto settings2 = settings;
|
||||
settings.max_file_segment_size = 10;
|
||||
settings2.max_file_segment_size = 10;
|
||||
auto cache2 = DB::LRUFileCache(caches_dir / "cache2", settings2);
|
||||
cache2.initialize();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user