Variety of refactors and optimizations.
This commit is contained in:
@@ -71,7 +71,7 @@ func TestMatchProps(t *testing.T) {
|
||||
{
|
||||
name: "multiple labels, one matches",
|
||||
node: &Node{
|
||||
Labels: NewSet("Event", "Unknown"),
|
||||
Labels: NewStringSet("Event", "Unknown"),
|
||||
Props: Properties{
|
||||
"id": "abc123",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user