Skip to content

Commit

Permalink
chore: add missing backtick (#14712)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengehe authored Nov 6, 2024
1 parent 036c131 commit 9ebc70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/pkg/logentry/stages/extensions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestCRI_tags(t *testing.T) {
},
expected: []string{
"partial line 1 log finished", // belongs to stream `{foo="bar"}`
"partial line 2 another full log", // belongs to stream `{foo="bar2"}
"partial line 2 another full log", // belongs to stream `{foo="bar2"}`
},
},
{
Expand Down

0 comments on commit 9ebc70f

Please sign in to comment.