Browse Source

add leveldb collection destroy to tests

Aneurin Barker Snook 11 tháng trước cách đây
mục cha
commit
53ceb7a27a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      leveldb_test.go

+ 1 - 0
leveldb_test.go

@@ -69,6 +69,7 @@ func TestLevelDB(t *testing.T) {
 		named("iterSortKeys", tester.IterSortKeys),
 		named("deleteAll", tester.DeleteAll),
 		named("close", tester.Close),
+		named("destroy", collection.Destroy),
 	}
 	for _, do := range sequence {
 		do()