Skip to content

Commit

Permalink
fix merge corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Boudreau committed Oct 10, 2023
1 parent c2543af commit 7bbd5bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internalshared/configutil/listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,9 @@ func TestListener_parseRedactionSettings(t *testing.T) {
require.Nil(t, l.RedactVersionRaw)
}
})
}
}

func TestParseAndClearBool(t *testing.T) {
testcases := []struct {
name string
Expand Down

0 comments on commit 7bbd5bb

Please sign in to comment.