We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d613083 commit 820f1ecCopy full SHA for 820f1ec
longname_test.go
@@ -46,7 +46,7 @@ func TestRunLsWithExamplesDirectory(t *testing.T) {
46
}
47
48
func TestRunLsWithLicensesFile(t *testing.T) {
49
- path := "LICENSE"
+ path := "longname_test.go"
50
item, err := os.Stat(path)
51
if err != nil {
52
t.Fatal(err)
@@ -66,7 +66,7 @@ func TestRunLsWithExamplesDirectoryWithOSLookup(t *testing.T) {
66
67
68
func TestRunLsWithLicensesFileWithOSLookup(t *testing.T) {
69
70
71
72
0 commit comments