Skip to content

Commit

Permalink
Update tests/exporter_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Saylor Berman <s.berman@f5.com>
  • Loading branch information
pleshakov and sjberman authored Feb 29, 2024
1 parent e8dc6e7 commit f275f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func (c *matchingLogConsumer) setExpectedSubstrings(substrings []string) {
func (c *matchingLogConsumer) unmatchedCount() int {
c.sync.Lock()
defer c.sync.Unlock()

return len(c.expectedSubstrings)
}

Expand Down

0 comments on commit f275f73

Please sign in to comment.