diff --git a/database/integration_test.go b/database/integration_test.go index f6f7df4d7..5ee54e016 100644 --- a/database/integration_test.go +++ b/database/integration_test.go @@ -264,7 +264,7 @@ func testSteps(t *testing.T, db Interface, builds []*library.Build) { images, err := db.ListStepImageCount() if err != nil { - t.Errorf("unable to list step image count: %v",, err) + t.Errorf("unable to list step image count: %v", err) } if len(images) != len(steps) { t.Errorf("ListStepImageCount() is %v, want %v", len(images), len(steps)) @@ -584,4 +584,4 @@ func testWorkers(t *testing.T, db Interface) { if counter != methods { t.Errorf("total number of methods called is %v, want %v", counter, methods) } -} \ No newline at end of file +}