From 56aca240671c013d89a17ddba14b1d5e15358693 Mon Sep 17 00:00:00 2001 From: niejiangang Date: Fri, 29 Jul 2022 14:23:15 +0800 Subject: [PATCH] Update kindling_event_helper_test.go Signed-off-by: niejiangang --- collector/pkg/model/kindling_event_helper_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/collector/pkg/model/kindling_event_helper_test.go b/collector/pkg/model/kindling_event_helper_test.go index b2d4b7120..5008f1fde 100644 --- a/collector/pkg/model/kindling_event_helper_test.go +++ b/collector/pkg/model/kindling_event_helper_test.go @@ -31,8 +31,7 @@ func TestGetUintUserAttribute(t *testing.T) { {Key: test.key, ValueType: test.valueType, Value: test.value}, }, } - fmt.Printf("%+v", event) - // assert.Equal(t, test.expect, event.GetUintUserAttribute(test.key)) + assert.Equal(t, test.expect, event.GetUintUserAttribute(test.key)) }) } }