Skip to content

Commit

Permalink
reset dgraphtest
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil-goel committed Dec 26, 2024
1 parent 1d9f542 commit 1ca15d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dgraphtest/paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ func init() {
if err != nil {
panic(err)
}
if err := ensureDgraphClone(); err != nil {
panic(err)
}

log.Printf("[INFO] baseRepoDir: %v", baseRepoDir)
log.Printf("[INFO] repoDir: %v", repoDir)
Expand Down

0 comments on commit 1ca15d4

Please sign in to comment.