mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 13:51:21 +00:00
Export DbBackendType in order to fix IAVL tests
This commit is contained in:
@ -15,7 +15,7 @@ func cleanupDBDir(dir, name string) {
|
||||
os.RemoveAll(filepath.Join(dir, name) + ".db")
|
||||
}
|
||||
|
||||
func testBackendGetSetDelete(t *testing.T, backend dbBackendType) {
|
||||
func testBackendGetSetDelete(t *testing.T, backend DbBackendType) {
|
||||
// Default
|
||||
dir, dirname := cmn.Tempdir(fmt.Sprintf("test_backend_%s_", backend))
|
||||
defer dir.Close()
|
||||
|
Reference in New Issue
Block a user