From 77c0c73b757b521de3009ae681f02ec5d15265d9 Mon Sep 17 00:00:00 2001 From: Nedyalko Dyakov Date: Wed, 15 Oct 2025 18:50:59 +0300 Subject: [PATCH] rename test --- sentinel_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sentinel_test.go b/sentinel_test.go index bfeb2816..f332822f 100644 --- a/sentinel_test.go +++ b/sentinel_test.go @@ -410,7 +410,9 @@ var _ = Describe("SentinelAclAuth", func() { }) }) -func TestParseFailoverURL(t *testing.T) { +// renaming from TestParseFailoverURL to TestParseSentinelURL +// to be easier to find Failed tests in the test output +func TestParseSentinelURL(t *testing.T) { cases := []struct { url string o *redis.FailoverOptions