Skip to content

Commit 3d41814

Browse files
aviaustapelberg
authored andcommitted
adapt tests to new debianNameFromGopkg arguments (#79)
1 parent 6755e49 commit 3d41814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var nameFromGoPkg = []struct {
5656

5757
func TestDebianNameFromGopkg(t *testing.T) {
5858
for _, tt := range nameFromGoPkg {
59-
s := debianNameFromGopkg(tt.in, tt.t)
59+
s := debianNameFromGopkg(tt.in, tt.t, false)
6060
if s != tt.out {
6161
t.Errorf("debianNameFromGopkg(%q) => %q, want %q", tt.in, s, tt.out)
6262
}

0 commit comments

Comments
 (0)