13 lines
212 B
Go
Raw Normal View History

2019-06-03 09:32:43 +00:00
package arn_test
import (
"testing"
"github.com/animenotifier/notify.moe/arn"
"github.com/stretchr/testify/assert"
)
func TestConnect(t *testing.T) {
assert.NotEmpty(t, arn.DB.Node().Address().String())
}