package redis import ( "testing" "fiskerinc.com/modules/testhelper" ) func TestRedisGetPool(t *testing.T) { MockRedisConnection() p := GetMockPool() if p != pool { t.Errorf(testhelper.TestErrorTemplate, "TestRedisGetPool", pool, p) } }