Use akyoto/assert for tests
This commit is contained in:
@ -3,10 +3,10 @@ package arn_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/akyoto/assert"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestConnect(t *testing.T) {
|
||||
assert.NotEmpty(t, arn.DB.Node().Address().String())
|
||||
assert.NotEqual(t, arn.DB.Node().Address().String(), "")
|
||||
}
|
||||
|
Reference in New Issue
Block a user