From 869e4493832aaf93b761ae07d286d918e964ea07 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Thu, 8 Jan 2026 15:45:50 -0500 Subject: [PATCH] test(command): update command_test imports to use code.sonr.org/go/ucan --- pkg/command/command_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/command/command_test.go b/pkg/command/command_test.go index 07b4c01..f7df3dd 100644 --- a/pkg/command/command_test.go +++ b/pkg/command/command_test.go @@ -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) {