Skip to content

Commit b8c58f3

Browse files
committed
🐛 fix failing tests
1 parent 1978aeb commit b8c58f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-codemods/src/intTest/java/io/codemodder/integration/WebGoat822Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void it_transforms_webgoat_normally() throws Exception {
9595
.flatMap(Collection::stream)
9696
.collect(Collectors.toList());
9797

98-
assertThat(fileChanges.size(), is(54));
98+
assertThat(fileChanges.size(), is(56));
9999

100100
// we only inject into a couple files
101101
verifyStandardCodemodResults(fileChanges);
@@ -133,7 +133,7 @@ void it_transforms_webgoat_with_codeql() throws Exception {
133133
.flatMap(Collection::stream)
134134
.collect(Collectors.toList());
135135

136-
assertThat(fileChanges.size(), is(58));
136+
assertThat(fileChanges.size(), is(60));
137137

138138
verifyStandardCodemodResults(fileChanges);
139139

0 commit comments

Comments
 (0)