Skip to content

Commit

Permalink
fix engine testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
DStrand1 committed May 23, 2024
1 parent 7fc0573 commit 1faf8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/templating/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func TestEngineAlternateSeparator(t *testing.T) {
defaultTemplate, err := NewDefaultTemplateWithPattern("topic*")
defaultTemplate, err := NewDefaultTemplateWithPattern("measurement*")
require.NoError(t, err)
engine, err := NewEngine("_", defaultTemplate, []string{
"/ /*/*/* /measurement/origin/measurement*",
Expand Down

0 comments on commit 1faf8e6

Please sign in to comment.