Skip to content

Commit

Permalink
Add t.Parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
constanca-m committed Dec 9, 2024
1 parent de15943 commit 0bae263
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ func createMetricRecord() []byte {
}

func TestUnmarshal(t *testing.T) {
t.Parallel()

unmarshaler := NewUnmarshaler(zap.NewNop())
testCases := map[string]struct {
records [][]byte
Expand Down

0 comments on commit 0bae263

Please sign in to comment.