Fix test name typo in PlainTableDBTest

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/4926

Differential Revision: D13830196

Pulled By: siying

fbshipit-source-id: e06bf2a6cd273b5eb18dfd82bdd35ffce197d021
This commit is contained in:
Siying Dong 2019-01-25 18:06:28 -08:00 committed by Facebook Github Bot
parent f184bee77b
commit bc7d1661a8

View File

@ -555,7 +555,7 @@ TEST_P(PlainTableDBTest, Flush2) {
}
}
TEST_P(PlainTableDBTest, Immortable) {
TEST_P(PlainTableDBTest, Immortal) {
for (EncodingType encoding_type : {kPlain, kPrefix}) {
Options options = CurrentOptions();
options.create_if_missing = true;