Skip to content

Commit

Permalink
Appease codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Jan 8, 2025
1 parent 0ebec7d commit fe67a81
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkg/stanza/operator/parser/syslog/syslogtest/data_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

package syslogtest

import (
"testing"

"github.com/stretchr/testify/require"

"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza/operator/parser/syslog"
)

func TestCreateCases(t *testing.T) {
cases, err := CreateCases(syslog.NewConfig)
require.NoError(t, err)
require.NotEmpty(t, cases)
}

0 comments on commit fe67a81

Please sign in to comment.