From bd92523beb42e844039287a97f361a5846741241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0tibran=C3=BD?= Date: Thu, 3 Jun 2021 10:22:51 +0200 Subject: [PATCH] Better test name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Štibraný --- config/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_test.go b/config/config_test.go index 99d32b6145..e955172ec0 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -665,7 +665,7 @@ func TestUnmarshalRelativeURL(t *testing.T) { } } -func TestMarshalNilRegexp(t *testing.T) { +func TestMarshalRegexpWithNilValue(t *testing.T) { r := &Regexp{} out, err := json.Marshal(r)