1
0
Fork 0
mirror of https://github.com/vbatts/sl-feeds.git synced 2025-07-29 18:30:29 +00:00

test: prep for testing other folks' ChangeLog.txt

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-02-27 08:57:04 -05:00
parent 1cca828855
commit de7b0fc949
Signed by: vbatts
GPG key ID: 10937E57733F1362
6 changed files with 2409 additions and 5 deletions

View file

@ -8,7 +8,7 @@ func TestFind(t *testing.T) {
t.Fatal(err)
}
if len(paths) != 1 {
if len(paths) <= 0 {
t.Errorf("expected to find %d file, but found %d", 1, len(paths))
}
}