Skip to content

Commit e34e9c1

Browse files
committed
Fix test
1 parent 10ca7b4 commit e34e9c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

other_test.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ import (
99
"testing"
1010
)
1111

12-
func TestOhter(t *testing.T) {
12+
func TestOther(t *testing.T) {
1313
var testpath = []string{
1414
"github.com/wzshiming/gotype/testdata/value",
1515
"github.com/wzshiming/gotype/testdata/kind",
1616
"github.com/wzshiming/gotype/testdata/type",
1717
"github.com/wzshiming/gotype/testdata/pkg",
18+
"./testdata/value",
19+
"./testdata/kind",
20+
"./testdata/type",
21+
"./testdata/pkg",
1822
}
1923
for _, src := range testpath {
2024
testAll(t, src)

0 commit comments

Comments
 (0)