Skip to content

Commit acde961

Browse files
committed
chore: symbolik links update
1 parent e9ef67b commit acde961

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/discovery/graph_target_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ func TestDiscoveryGraphTarget_ParityWithFilterQueries(t *testing.T) {
6969
t.Parallel()
7070

7171
tmpDir := t.TempDir()
72+
tmpDir, err := filepath.EvalSymlinks(tmpDir)
73+
require.NoError(t, err)
7274

7375
// Initialize a git repository in the temp directory so dependent discovery bounds traversal to the repo root.
7476
cmd := exec.CommandContext(t.Context(), "git", "init")

0 commit comments

Comments
 (0)