Skip to content

Commit ce0bf7a

Browse files
committed
chore: fixed failing tests
1 parent 1ae2809 commit ce0bf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration_find_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func TestFindHidden(t *testing.T) {
6363
{
6464
name: "hidden",
6565
hidden: true,
66-
expected: ".hide/unit\nstack\nunit\n",
66+
expected: "stack\n.hide/unit\nunit\n",
6767
},
6868
}
6969

0 commit comments

Comments
 (0)