Skip to content

Commit 4cddb65

Browse files
committed
builder: fix testing
1 parent 5f838c8 commit 4cddb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/builder_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func TestInfo_String(t *testing.T) {
1414
{
1515
name: "empty",
1616
info: buildInfo{},
17-
want: " (: ) built at by go.test",
17+
want: " () built at by go.test",
1818
},
1919
{
2020
name: "full",

0 commit comments

Comments
 (0)