Skip to content

Commit 4929276

Browse files
Effi-SCopilot
andcommitted
Update utils/serialization/envelope_wrapper_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Effi-S <57197982+Effi-S@users.noreply.github.com>
1 parent cae9d23 commit 4929276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/serialization/envelope_wrapper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func TestUnwrapEnvelopeBadInput(t *testing.T) {
3737
require.Error(t, err)
3838
})
3939

40-
t.Run(" OK Payload with a nil Header", func(t *testing.T) {
40+
t.Run("OK Payload with a nil Header", func(t *testing.T) {
4141
t.Parallel()
4242
payload := &common.Payload{
4343
Header: nil,

0 commit comments

Comments
 (0)