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 38ca67e commit a2c0ec1Copy full SHA for a2c0ec1
paths_test.go
@@ -340,6 +340,7 @@ func TestEquivalentPaths(t *testing.T) {
340
if runtime.GOOS == "windows" {
341
q := New("testdata", "fileset", "anotherFile")
342
r := New(shorten(t, q.String()))
343
+ t.Log("SHORTENED PATH:", r.String())
344
require.True(t, q.EquivalentTo(r))
345
require.True(t, r.EquivalentTo(q))
346
}
0 commit comments