Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into okx_update
  • Loading branch information
samuael committed Nov 1, 2024
2 parents 95dc4e0 + 19f8bc4 commit e406221
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/testing/utils/path_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ func TestRootPathFromCWD(t *testing.T) {
w, _ := filepath.Split(p)
w = filepath.Clean(w)
if w == r {
switch d.Name() {
case "vendor", "web":
return filepath.SkipDir
}
return nil
}
if d.Type().IsRegular() && d.Name() == "LICENSE" {
Expand Down

0 comments on commit e406221

Please sign in to comment.