Skip to content

Commit 433283c

Browse files
really fix test
1 parent 54f4165 commit 433283c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/deployment_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func TestLibrary_Deployment_String(t *testing.T) {
159159
URL: %s,
160160
User: %s,
161161
Payload: %s,
162-
Builds: %d
162+
Builds: %d,
163163
}`,
164164
d.GetCommit(),
165165
d.GetDescription(),
@@ -171,7 +171,7 @@ func TestLibrary_Deployment_String(t *testing.T) {
171171
d.GetURL(),
172172
d.GetUser(),
173173
d.GetPayload(),
174-
d.GetBuilds(),
174+
len(d.GetBuilds()),
175175
)
176176

177177
// run test

0 commit comments

Comments
 (0)