mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-07 23:27:01 +02:00
10 lines
115 B
Go
10 lines
115 B
Go
package logical
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestInmemStorage(t *testing.T) {
|
|
TestStorage(t, new(InmemStorage))
|
|
}
|