Skip to content

Commit

Permalink
Update kindling_event_helper_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
  • Loading branch information
NeJan2020 committed Jul 29, 2022
1 parent 754ffc0 commit 56aca24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions collector/pkg/model/kindling_event_helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
})
}
}
Expand Down

0 comments on commit 56aca24

Please sign in to comment.