We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae9d23 commit 4929276Copy full SHA for 4929276
utils/serialization/envelope_wrapper_test.go
@@ -37,7 +37,7 @@ func TestUnwrapEnvelopeBadInput(t *testing.T) {
37
require.Error(t, err)
38
})
39
40
- t.Run(" OK Payload with a nil Header", func(t *testing.T) {
+ t.Run("OK Payload with a nil Header", func(t *testing.T) {
41
t.Parallel()
42
payload := &common.Payload{
43
Header: nil,
0 commit comments