mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-11-21 19:48:50 +01:00
sdk/hints: adapt sqlite to also support postgres.
This commit is contained in:
@@ -3,9 +3,9 @@ package test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/nbd-wtf/go-nostr/sdk/hints/memory"
|
||||
"github.com/nbd-wtf/go-nostr/sdk/hints/memoryh"
|
||||
)
|
||||
|
||||
func TestMemoryHints(t *testing.T) {
|
||||
runTestWith(t, memory.NewHintDB())
|
||||
runTestWith(t, memoryh.NewHintDB())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user