database_storage_integration_test.go 152 B

12345678
  1. package distcache
  2. import "testing"
  3. func TestIntegrationDatabaseCacheStorage(t *testing.T) {
  4. RunTestsForClient(t, createTestClient(t, "database"))
  5. }