Browse Source

finish get

pzy
jiyeoniya 3 weeks ago
parent
commit
bcd44c1858
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/ttl_test.cc

+ 1
- 1
test/ttl_test.cc View File

@ -54,7 +54,7 @@ TEST(TestTTL, ReadTTL) {
abort(); abort();
} }
uint64_t ttl = 30;
uint64_t ttl = 50;
InsertData(db, ttl); InsertData(db, ttl);

Loading…
Cancel
Save