Skip to content

Commit 4f58bcd

Browse files
author
David Cavazos
committed
fix tests pkg path
1 parent 7926134 commit 4f58bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/cloud-samples-tools/test/affected_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package test
22

33
import (
4+
"cloud-samples-tools/pkg/utils"
45
"path/filepath"
5-
"samples-tools/pkg/utils"
66
"testing"
77
)
88

.github/cloud-samples-tools/test/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package test
22

33
import (
4+
"cloud-samples-tools/pkg/utils"
45
"os"
56
"path/filepath"
6-
"samples-tools/pkg/utils"
77
"testing"
88
)
99

0 commit comments

Comments
 (0)