Skip to content

Commit 4f77a91

Browse files
committed
fix import path
1 parent a79a924 commit 4f77a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package ishell_test
33
import (
44
"testing"
55

6-
"github.com/abiosoft/ishell"
6+
"github.com/abiosoft/ishell/v2"
77
"github.com/stretchr/testify/assert"
88
)
99

0 commit comments

Comments
 (0)