memory_test.go 160 B

1234567891011
  1. package memory
  2. import (
  3. "testing"
  4. "github.com/TecharoHQ/anubis/lib/store/storetest"
  5. )
  6. func TestImpl(t *testing.T) {
  7. storetest.Common(t, factory{}, nil)
  8. }