Skip to content

Commit 8569fcf

Browse files
pbhandar2facebook-github-bot
authored andcommitted
Rever more changing from the bot.
Summary: Revert D71624423 Reviewed By: byahn0996 Differential Revision: D71901122 fbshipit-source-id: 9f1a64ba41b11866dcef90e9b9fac1e07413bc54
1 parent 79ae6d7 commit 8569fcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cachelib/allocator/nvmcache/tests/NvmCacheTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2413,7 +2413,7 @@ TEST_F(NvmCacheTest, testSampleItem) {
24132413
auto keyStr = sample->getKey().toString();
24142414
{
24152415
std::unique_lock<std::mutex> l(mtx);
2416-
ASSERT_EQ(1, cachedKeys.contains(keyStr));
2416+
ASSERT_EQ(1, cachedKeys.count(keyStr));
24172417
}
24182418

24192419
unsigned idx;

0 commit comments

Comments
 (0)