mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 03:12:12 +08:00
tiny fix
This commit is contained in:
parent
43cce3cc58
commit
c677f4c705
@ -3843,7 +3843,6 @@ TEST_CASE("noSim/ShardedRocksDB/RocksDBSstFileWriter") {
|
||||
ASSERT(value != targetValue.toString());
|
||||
}
|
||||
for (const auto& [key, targetValue] : kvs3) {
|
||||
std::string value;
|
||||
status = db->Get(rocksdb::ReadOptions(), key.toString(), &value);
|
||||
ASSERT(status.ok());
|
||||
ASSERT(value == targetValue.toString());
|
||||
|
Loading…
x
Reference in New Issue
Block a user