We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ef67b commit acde961Copy full SHA for acde961
internal/discovery/graph_target_test.go
@@ -69,6 +69,8 @@ func TestDiscoveryGraphTarget_ParityWithFilterQueries(t *testing.T) {
69
t.Parallel()
70
71
tmpDir := t.TempDir()
72
+ tmpDir, err := filepath.EvalSymlinks(tmpDir)
73
+ require.NoError(t, err)
74
75
// Initialize a git repository in the temp directory so dependent discovery bounds traversal to the repo root.
76
cmd := exec.CommandContext(t.Context(), "git", "init")
0 commit comments