Skip to content

Commit 75d6598

Browse files
committed
Rename test
1 parent c593959 commit 75d6598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RetryableOperationCacheTest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ TEST_F(RetryableOperationCacheTest, testTimeout) {
118118
}
119119
}
120120

121-
TEST_F(RetryableOperationCacheTest, testClear) {
121+
TEST_F(RetryableOperationCacheTest, testClose) {
122122
auto cache = RetryableOperationCache<int>::create(provider_, std::chrono::seconds(30));
123123
for (int i = 0; i < 10; i++) {
124124
futures_.emplace_back(cache->run("key-" + std::to_string(i), CountdownFunc{100}));

0 commit comments

Comments
 (0)