Fix unittest
This commit is contained in:
parent
c9de58681e
commit
e3aa17dc3a
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ class TestOptions(unittest.TestCase):
|
||||||
|
|
||||||
opts.table_factory = rocksdb.BlockBasedTableFactory()
|
opts.table_factory = rocksdb.BlockBasedTableFactory()
|
||||||
opts.table_factory = rocksdb.PlainTableFactory()
|
opts.table_factory = rocksdb.PlainTableFactory()
|
||||||
opts.table_factory = rocksdb.TotalOrderPlainTableFactory()
|
|
||||||
|
|
||||||
def test_compaction_style(self):
|
def test_compaction_style(self):
|
||||||
opts = rocksdb.Options()
|
opts = rocksdb.Options()
|
||||||
|
|
Loading…
Reference in a new issue