Skip to content

Commit

Permalink
Update create_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavrneo authored Dec 25, 2023
1 parent 89c68a2 commit c83d50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/create/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func Test_getPaths(t *testing.T) {
dirs := "ultralytics/"
dirs := "/home/runner/work/pyreqs/pyreqs/ultralytics/"
_, dirList := getPaths(dirs, "")

for _, j := range dirList {
Expand All @@ -30,7 +30,7 @@ func Test_fetchPyPIServer(t *testing.T) {
}

func Test_writeRequirements(t *testing.T) {
writeRequirements("", "ultralytics/", "./", false)
writeRequirements("", "/home/runner/work/pyreqs/pyreqs/ultralytics/", "./", false)

reqRead, err := os.Open("requirements.txt")
if err != nil {
Expand Down

0 comments on commit c83d50e

Please sign in to comment.