Small fixes and refactoring.

This commit is contained in:
Jay
2026-03-03 17:30:13 -05:00
parent e43ed4af55
commit f638c8b72d
4 changed files with 25 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ import (
"testing"
)
func TestMatchKeys(t *testing.T) {
func TestSimpleMatchKeys(t *testing.T) {
matchKeys := &SimpleMatchKeys{
Keys: map[string][]string{
"User": {"pubkey"},
@@ -34,7 +34,7 @@ func TestMatchKeys(t *testing.T) {
})
}
func TestMatchProps(t *testing.T) {
func TestSimpleMatchProps(t *testing.T) {
matchKeys := &SimpleMatchKeys{
Keys: map[string][]string{
"User": {"pubkey"},