mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
physical: fix failing test
This commit is contained in:
@@ -3,7 +3,7 @@ package physical
|
||||
import "testing"
|
||||
|
||||
func TestInmem(t *testing.T) {
|
||||
inm := newInmem()
|
||||
inm := NewInmem()
|
||||
testBackend(t, inm)
|
||||
testBackend_ListPrefix(t, inm)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user