Skip to content

Commit

Permalink
Update winlogbeat/sys/wineventlog/metadata_store_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Leszek Kubik <[email protected]>
  • Loading branch information
marc-gr and intxgo authored Jan 16, 2025
1 parent 62ca5fd commit 6dd9cf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions winlogbeat/sys/wineventlog/metadata_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func TestPublisherMetadataStore(t *testing.T) {
defer s.Close()

assert.NotEmpty(t, s.EventsByVersion)
assert.NotEmpty(t, s.EventsNewest)
assert.Empty(t, s.EventFingerprints)

t.Run("event_metadata_from_handle", func(t *testing.T) {
Expand Down

0 comments on commit 6dd9cf9

Please sign in to comment.