Update gtest_lru_file_cache.cpp

This commit is contained in:
Kseniia Sumarokova 2023-07-22 12:03:20 +02:00 committed by GitHub
parent 8ec8388a9e
commit 5ca6c97832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -489,7 +489,6 @@ TEST_F(FileCacheTest, get)
download(file_segment); download(file_segment);
ASSERT_EQ(file_segment.state(), State::DOWNLOADED); ASSERT_EQ(file_segment.state(), State::DOWNLOADED);
file_segment.completePartAndResetDownloader();
other_1.join(); other_1.join();