Skip to content

Commit 307ea43

Browse files
committed
Fix
1 parent 079ec29 commit 307ea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/testing/testing_short_feature/lib/lib_test.go

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

6-
"github.com/devlights/try-golang/examples/singleapp/testing_short_feature/lib"
6+
"github.com/devlights/try-golang/examples/testing/testing_short_feature/lib"
77
)
88

99
func TestAdd(t *testing.T) {

0 commit comments

Comments
 (0)