From d98b6cd57eb028af8513f583cbef3ce46505b590 Mon Sep 17 00:00:00 2001 From: junya koyama Date: Sat, 22 Mar 2025 07:53:08 +0900 Subject: [PATCH] testing/slogtest: fix test name for CL --- src/testing/slogtest/slogtest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/slogtest/slogtest.go b/src/testing/slogtest/slogtest.go index cc5611cbbc..7378b0613d 100644 --- a/src/testing/slogtest/slogtest.go +++ b/src/testing/slogtest/slogtest.go @@ -172,7 +172,7 @@ var cases = []testCase{ }, }, { - name: "with-group-record-nested", + name: "nested-empty-group-record", explanation: withSource("a Handler should not output nested groups if there are no attributes"), f: func(l *slog.Logger) { l.With("a", "b").WithGroup("G").With("c", "d").WithGroup("H").WithGroup("I").Info("msg")