test(command): update command_test imports to use code.sonr.org/go/ucan

This commit is contained in:
2026-01-08 15:45:50 -05:00
parent 6b9698c1e8
commit 869e449383

View File

@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/ucan-wg/go-ucan/pkg/command"
"code.sonr.org/go/ucan/pkg/command"
)
func TestTop(t *testing.T) {