mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-26 17:49:02 -04:00
9 lines
115 B
Go
9 lines
115 B
Go
package logical
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestInmemStorage(t *testing.T) {
|
|
TestStorage(t, new(InmemStorage))
|
|
}
|