diff --git a/graph/graph_test.go b/graph/graph_test.go index 87ea7f2..987196a 100644 --- a/graph/graph_test.go +++ b/graph/graph_test.go @@ -34,7 +34,7 @@ func TestSimpleMatchKeys(t *testing.T) { }) } -func TestSimpleMatchProps(t *testing.T) { +func TestMatchProps(t *testing.T) { matchKeys := &SimpleMatchKeys{ Keys: map[string][]string{ "User": {"pubkey"},