Skip to content

Commit

Permalink
fixup! WIP - lens module split
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Jun 5, 2024
1 parent b1c4fd4 commit 81e8faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lenses/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ var FilterModulePath string = getPathRelativeToProjectRoot(
func getPathRelativeToProjectRoot(relativePath string) string {
_, filename, _, _ := runtime.Caller(0)
root := path.Dir(path.Dir(path.Dir(filename)))
return path.Join(root, relativePath)
return "file:" + path.Join(root, relativePath)
}

0 comments on commit 81e8faf

Please sign in to comment.