We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1978aeb commit b8c58f3Copy full SHA for b8c58f3
core-codemods/src/intTest/java/io/codemodder/integration/WebGoat822Test.java
@@ -95,7 +95,7 @@ void it_transforms_webgoat_normally() throws Exception {
95
.flatMap(Collection::stream)
96
.collect(Collectors.toList());
97
98
- assertThat(fileChanges.size(), is(54));
+ assertThat(fileChanges.size(), is(56));
99
100
// we only inject into a couple files
101
verifyStandardCodemodResults(fileChanges);
@@ -133,7 +133,7 @@ void it_transforms_webgoat_with_codeql() throws Exception {
133
134
135
136
- assertThat(fileChanges.size(), is(58));
+ assertThat(fileChanges.size(), is(60));
137
138
139
0 commit comments