Skip to content

Commit

Permalink
Make test of FileCombinator with more than 16 files, to ensure fix of…
Browse files Browse the repository at this point in the history
… bug with more than 16 files
  • Loading branch information
samuell committed Jun 13, 2019
1 parent 9cc6281 commit 97c10a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/file_combinator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func TestFileCombinator(t *testing.T) {
letters := []string{"a", "b"}
numbers := []string{"1", "2", "3"}
numbers := []string{"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17"}

// Create letter files
for _, s := range letters {
Expand Down

0 comments on commit 97c10a2

Please sign in to comment.