Skip to content

Commit

Permalink
fix: breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nehemming committed Sep 7, 2021
1 parent c37d8a6 commit 54cc3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/builtin/copy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestGlobFileAbsRelDeep(t *testing.T) {
return
}

if len(files) != 12 {
if len(files) != 13 {
t.Error("unexpected len", len(files), files)
return
}
Expand Down

0 comments on commit 54cc3c4

Please sign in to comment.