sdk/hints: sqlite backend and tests.
This commit is contained in:
11
sdk/hints/test/memory_test.go
Normal file
11
sdk/hints/test/memory_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/nbd-wtf/go-nostr/sdk/hints/memory"
|
||||
)
|
||||
|
||||
func TestMemoryHints(t *testing.T) {
|
||||
runTestWith(t, memory.NewHintDB())
|
||||
}
|
||||
Reference in New Issue
Block a user