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

Commit e9c2512

Browse files
committed
Fix conf_test.go compile error
1 parent 9d5c83a commit e9c2512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/conf_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func TestDuplicates(t *testing.T) {
3939
}
4040

4141
for i, d := range testData {
42-
trash := Trash{"", d.imports}
42+
trash := Trash{"", d.imports, nil}
4343
trash.Dedupe()
4444

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

0 commit comments

Comments
 (0)