Commit 3e37caa
committed
test(gradle): Fix inert violation substring in isolated-projects assert
The old check for "problems were found reporting" never matches Gradle
output — the actual phrases are "problems were found storing the
configuration cache" or "problems were found reusing the configuration
cache". Broadening to "problems were found " catches both, so the
defensive check actually has teeth now.1 parent 9679075 commit 3e37caa
1 file changed
Lines changed: 1 addition & 3 deletions
File tree
- plugin-build/src/test/kotlin/io/sentry/android/gradle/integration
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
0 commit comments