Skip to content

Commit

Permalink
Fix factory helper path.
Browse files Browse the repository at this point in the history
  • Loading branch information
anchaj committed Sep 27, 2020
1 parent 63aed3f commit 3ccad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/factory/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func fixtureLoadPath() string {
gopath := os.Getenv("GOPATH")
repoPath := filepath.Join("src", "github.com", "OpenBazaar", "openbazaar-go")
repoPath := filepath.Join("src", "github.com", "phoreproject", "pm-go")
fixturePath, err := filepath.Abs(filepath.Join(gopath, repoPath, "test", "factory", "fixtures"))
if err != nil {
panic("cannot create absolute path")
Expand Down

0 comments on commit 3ccad38

Please sign in to comment.