Skip to content

Commit

Permalink
A file was added
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wertenteil committed Dec 22, 2022
1 parent e606909 commit 505739a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func TestNewGitAPI(t *testing.T) {

files, err := gitURL.ListFilesNamesWithExtension([]string{"yaml", "json"})
assert.NoError(t, err)
assert.Equal(t, 7, len(files))
assert.Equal(t, 8, len(files))
}

{
Expand Down

0 comments on commit 505739a

Please sign in to comment.