Sfoglia il codice sorgente

add leveldb collection destroy to tests

Aneurin Barker Snook 11 mesi fa
parent
commit
53ceb7a27a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()