notify.moe/arn/Database_test.go

13 lines
206 B
Go

package arn_test
import (
"testing"
"git.akyoto.dev/go/assert"
"github.com/animenotifier/notify.moe/arn"
)
func TestConnect(t *testing.T) {
assert.NotEqual(t, arn.DB.Node().Address().String(), "")
}