mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
10 lines
115 B
Go
10 lines
115 B
Go
package logical
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestInmemStorage(t *testing.T) {
|
|
TestStorage(t, new(InmemStorage))
|
|
}
|