Skip to content

Commit 820f1ec

Browse files
committed
hat tip: jas4711 #638
1 parent d613083 commit 820f1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

longname_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func TestRunLsWithExamplesDirectory(t *testing.T) {
4646
}
4747

4848
func TestRunLsWithLicensesFile(t *testing.T) {
49-
path := "LICENSE"
49+
path := "longname_test.go"
5050
item, err := os.Stat(path)
5151
if err != nil {
5252
t.Fatal(err)
@@ -66,7 +66,7 @@ func TestRunLsWithExamplesDirectoryWithOSLookup(t *testing.T) {
6666
}
6767

6868
func TestRunLsWithLicensesFileWithOSLookup(t *testing.T) {
69-
path := "LICENSE"
69+
path := "longname_test.go"
7070
item, err := os.Stat(path)
7171
if err != nil {
7272
t.Fatal(err)

0 commit comments

Comments
 (0)