Skip to content

Commit c1ccd0a

Browse files
committed
Fix test
1 parent e9ac6e5 commit c1ccd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

u_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package u_test
22

33
import (
4+
"github.com/leaanthony/u"
45
"testing"
5-
"u"
66
)
77

88
func TestVar_String(t *testing.T) {

0 commit comments

Comments
 (0)