mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
physical: fix failing test
This commit is contained in:
parent
6b9ff30195
commit
5711997ed4
@ -3,7 +3,7 @@ package physical
|
||||
import "testing"
|
||||
|
||||
func TestInmem(t *testing.T) {
|
||||
inm := newInmem()
|
||||
inm := NewInmem()
|
||||
testBackend(t, inm)
|
||||
testBackend_ListPrefix(t, inm)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user