Skip to content

Commit

Permalink
Merge branch 'main' into k239-fix-docker-driver-platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum authored Feb 5, 2025
2 parents b7a1256 + bebd153 commit 00b52e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/logql/syntax/walk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ func Test_AppendMatchers(t *testing.T) {
switch me := e.(type) {
case *MatchersExpr:
me.AppendMatchers(test.matchers)
default:
// do nothing
}
})
require.Equal(t, test.want, expr.String())
Expand Down

0 comments on commit 00b52e5

Please sign in to comment.