Skip to content

Commit b8fb584

Browse files
committed
updated class in test
1 parent 9096f1e commit b8fb584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachelib/allocator/tests/AllocatorMemoryTiersTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TEST_F(LruAllocatorMemoryTiersTest, MultiTiersValid) { this->testMultiTiersValid
2828
TEST_F(LruAllocatorMemoryTiersTest, MultiTiersValidMixed) { this->testMultiTiersValidMixed(); }
2929
TEST_F(LruAllocatorMemoryTiersTest, MultiTiersForceTierAllocation) { this->testMultiTiersForceTierAllocation(); }
3030
TEST_F(LruAllocatorMemoryTiersTest, MultiTiersWatermarkTierAllocation) { this->testMultiTiersWatermarkAllocation(); }
31-
TEST_F(LruAllocatorMemoryTiersTest, MultiTiersWatermarkTierAllocation) { this->testSyncEviction(); }
31+
TEST_F(LruAllocatorMemoryTiersTest, MultiTiersSyncEviction) { this->testSyncEviction(); }
3232

3333
} // end of namespace tests
3434
} // end of namespace cachelib

0 commit comments

Comments
 (0)