fix test name

This commit is contained in:
Caleb Doxsey 2023-07-24 16:27:40 -06:00
parent b23e9eb384
commit cedb9764ba

View file

@ -45,7 +45,7 @@ func TestHTTPHeaders(t *testing.T) {
assert.Equal(t, `{"level":"info"}`, strings.TrimSpace(buf.String()))
})
t.Run("one", func(t *testing.T) {
t.Run("two", func(t *testing.T) {
t.Parallel()
var buf bytes.Buffer