Updated module path

This commit is contained in:
Eduard Urbach 2025-02-25 16:51:04 +01:00
parent 809b89d689
commit 0b31c9f888
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
5 changed files with 14 additions and 14 deletions

View file

@ -3,8 +3,8 @@ package markdown_test
import (
"testing"
"git.akyoto.dev/go/assert"
"git.akyoto.dev/go/markdown"
"git.urbach.dev/go/assert"
"git.urbach.dev/go/markdown"
)
func TestEmpty(t *testing.T) {