Skip to content

Commit c3ce05a

Browse files
committed
Failing test
1 parent 913de5f commit c3ce05a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/download_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ func Test_findBaseDir(t *testing.T) {
1313
{[]string{"bin/bossac"}, "bin/"},
1414
{[]string{"bin/", "bin/bossac"}, "bin/"},
1515
{[]string{"bin/", "bin/bossac", "example"}, ""},
16+
{[]string{"avrdude/bin/avrdude", "avrdude/etc/avrdude.conf"}, "avrdude"},
1617
}
1718
for _, tt := range cases {
1819
t.Run(fmt.Sprintln(tt.dirList), func(t *testing.T) {

0 commit comments

Comments
 (0)