Skip to content

Commit adce5ec

Browse files
Update events-processor/models/event_test.go
Co-authored-by: Yohan Robert <[email protected]>
1 parent 782991b commit adce5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events-processor/models/event_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func TestToEnrichedEvent(t *testing.T) {
3737
assert.Equal(t, event.Source, ere.Source)
3838
assert.Equal(t, 1741007009.0, ere.Timestamp)
3939
assert.Equal(t, expectedTime, ere.Time)
40-
assert.NotNil(t, ere.GroupedBy)
40+
assert.Equal(t, ere.GroupedBy, map[string]string){})
4141
})
4242

4343
t.Run("With unsupported time format", func(t *testing.T) {

0 commit comments

Comments
 (0)