1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/pkg/sonar
Marcus Holl 56586cae1b
Remove assert.Error right before assert.EqualError (#2344)
Is there any benefit from having

```
assert.Error(./.)
assert.EqualError(./.)
```

?

assert.Error ensures that we have an error.
assert.EqualError ensures that we have an error and
moreover it checks for a specific error. Hence
assert.EqualError does all and more what assert.Error
does.

In case there is a benefit from that pattern this PR should not be merged.
In case there is not benefit from that pattern  we should abandong that pattern.
2020-11-11 14:14:55 +01:00
..
testData feat(sonar): extract sonar project link to report JSON (#1390) 2020-04-21 15:45:52 +02:00
sonar_test.go Remove assert.Error right before assert.EqualError (#2344) 2020-11-11 14:14:55 +01:00
sonar.go feat(sonar): extract sonar project link to report JSON (#1390) 2020-04-21 15:45:52 +02:00