From 26dab96097c83d4c414507943d9e25ca592a6690 Mon Sep 17 00:00:00 2001 From: Gabriel Paradiso Date: Wed, 10 Jun 2026 12:03:14 +0200 Subject: [PATCH] chore: rename tests name Co-authored-by: Viktor Chuchurski --- client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_test.go b/client_test.go index 4103d12..6af457d 100644 --- a/client_test.go +++ b/client_test.go @@ -558,7 +558,7 @@ func TestConfigTransportWithCustomDialPanics(t *testing.T) { } } -func TestBuildRunFunc_invalidAddressFormatReturnsError(t *testing.T) { +func TestInvalidAddressFormatReturnsError(t *testing.T) { wc := &WrappedClient{config: GetConfigBuilder().Build()} run := buildRunFunc(wc)