fix: Update expectation

This commit is contained in:
Arik Jones
2024-09-22 18:18:03 -05:00
parent 31e0fa5ea4
commit 691832e282

View File

@@ -67,7 +67,7 @@ func TestIsIgnored(t *testing.T) {
{"subdir/file.log", true},
{"subdir/file.txt", false},
{".git/config", true},
{"src/.git/config", true},
{"src/.git/config", false},
{"vendor/package/file.go", true},
{"internal/vendor/file.go", false},
}