diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-07-15 16:43:33 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-07-17 08:31:25 +0000 |
| commit | abd11cfd08430ec5f9d2c6dbd0e0f798816922d1 (patch) | |
| tree | 522a8cc072d07d85c8a1d37b5b3ab89483599b48 /syz-ci/jobs_test.go | |
| parent | a81f309b57265e5760b926274e1f1681e7550e41 (diff) | |
all: apply linter auto fixes
./tools/syz-env bin/golangci-lint run ./... --fix
Diffstat (limited to 'syz-ci/jobs_test.go')
| -rw-r--r-- | syz-ci/jobs_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-ci/jobs_test.go b/syz-ci/jobs_test.go index 1ad7b7efc..547fd96e2 100644 --- a/syz-ci/jobs_test.go +++ b/syz-ci/jobs_test.go @@ -125,7 +125,7 @@ func TestAggregateTestResults(t *testing.T) { if rep != nil { gotOutput = rep.rawOutput } - if fmt.Sprint(test.rawOut) != fmt.Sprint(gotOutput) { + if fmt.Sprint(string(test.rawOut)) != fmt.Sprint(string(gotOutput)) { t.Errorf("test #%v: got raw out: %q, want: %q", i, gotOutput, test.rawOut) } } |
