Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from imikushin/fix-test
Browse files Browse the repository at this point in the history
Fix conf_test.go compile error
  • Loading branch information
imikushin authored Jun 23, 2016
2 parents 9d5c83a + e9c2512 commit be4b321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/conf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestDuplicates(t *testing.T) {
}

for i, d := range testData {
trash := Trash{"", d.imports}
trash := Trash{"", d.imports, nil}
trash.Dedupe()

if d.duplicates != len(d.imports)-len(trash.Imports) {
Expand Down

0 comments on commit be4b321

Please sign in to comment.