From 77a4d80488b0867c3c8573a2cd0a520c8239029a Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 3 Mar 2026 17:31:09 -0500 Subject: [PATCH] Revert test name. --- graph/graph_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},