Skip to content

Commit 69a4ad6

Browse files
committed
remove extra formatter
1 parent 66efce2 commit 69a4ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/service/jobs/job_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func testJob(t *testing.T, jobId string, correctOutput string, correctStatus mod
227227
return
228228
}
229229

230-
t.Log("Job ID: ", jobId, " Logs: %s", logs)
230+
t.Log("Job ID: ", jobId, " Logs:\n", logs)
231231

232232
returned := strings.TrimSpace(jobInfo.StatusMessage)
233233
expected := strings.TrimSpace(correctOutput)

0 commit comments

Comments
 (0)