Commit 2bffe73
committed
Fix empty diff test failure from upstream JavaSourceSet marker updates
openrewrite/rewrite#7202 added JavaSourceSet marker updates to
ChangeDependencyGroupIdAndArtifactId, which now modifies Java files'
markers without changing text content. This causes the test framework
to flag "empty diff" errors for Java source specs without explicit
`after` text.
Provide explicit `after` text (identical to `before`) for the Java
source file in the affected test to accept the marker-only change.
See openrewrite/rewrite#7349 for the upstream issue.1 parent db5fb4a commit 2bffe73
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
| |||
0 commit comments