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