database_storage_integration_test.go 151 B

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