Files
go-nostr/sdk/hints/test/memory_test.go
2024-09-16 22:23:55 -03:00

12 lines
161 B
Go

package test
import (
"testing"
"github.com/nbd-wtf/go-nostr/sdk/hints/memory"
)
func TestMemoryHints(t *testing.T) {
runTestWith(t, memory.NewHintDB())
}