Switched to new assert package

This commit is contained in:
2024-03-12 12:56:30 +01:00
parent 8a90743416
commit 95eea7d886
12 changed files with 13 additions and 11 deletions

View File

@ -3,7 +3,7 @@ package arn_test
import (
"testing"
"github.com/akyoto/assert"
"git.akyoto.dev/go/assert"
"github.com/animenotifier/notify.moe/arn"
)