From 247f6c0e0a0ea200f727a5280d0d55f6bce6d2e7 Mon Sep 17 00:00:00 2001 From: rustfix <155627174+rustfix@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:23:52 +0800 Subject: [PATCH] chore: fix function name in comment (#668) Signed-off-by: rustfix <771054535@qq.com> --- redis/conn_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/conn_test.go b/redis/conn_test.go index 0c942ce2..b94f0f42 100644 --- a/redis/conn_test.go +++ b/redis/conn_test.go @@ -887,7 +887,7 @@ func ExampleDialURL() { defer c.Close() } -// TextExecError tests handling of errors in a transaction. See +// TestExecError tests handling of errors in a transaction. See // http://redis.io/topics/transactions for information on how Redis handles // errors in a transaction. func TestExecError(t *testing.T) {