Skip to content

Commit 937cab5

Browse files
committed
chore: make deprecated test config adhere to snake_case
1 parent 0f337ad commit 937cab5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

processor/deltatocumulativeprocessor/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func TestLoadConfig(t *testing.T) {
6969
func TestLoadDeprecatedConfig(t *testing.T) {
7070
t.Parallel()
7171

72-
cm, err := confmaptest.LoadConf(filepath.Join("testdata", "config-deprecated.yaml"))
72+
cm, err := confmaptest.LoadConf(filepath.Join("testdata", "config_deprecated.yaml"))
7373
require.NoError(t, err)
7474

7575
tests := []struct {

processor/deltatocumulativeprocessor/testdata/config-deprecated.yaml renamed to processor/deltatocumulativeprocessor/testdata/config_deprecated.yaml

File renamed without changes.

0 commit comments

Comments
 (0)