Skip to content

Commit

Permalink
ci: Fix gochecksumtype linter error (#16096)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum authored Feb 5, 2025
1 parent 1d6c0eb commit bebd153
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 bebd153

Please sign in to comment.