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:
parent
1cca828855
commit
de7b0fc949
6 changed files with 2409 additions and 5 deletions
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue