Explorar el Código

add leveldb collection destroy to tests

Aneurin Barker Snook hace 11 meses
padre
commit
53ceb7a27a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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()