fix tests
This commit is contained in:
parent
741c1e027e
commit
fb08fef2f3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func TestSetParsed(t *testing.T) {
|
|||
for _, tt := range tests {
|
||||
tt := tt
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
tt.evt.SetMeta(tt.key, tt.value)
|
||||
tt.evt.SetParsed(tt.key, tt.value)
|
||||
assert.Equal(t, tt.value, tt.evt.Parsed[tt.key])
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue