Skip to content

Commit 29ad38a

Browse files
committed
Remove stray line from debugging
1 parent bd25fd5 commit 29ad38a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-tools/src/integTest/groovy/org/elasticsearch/gradle/test/TestBuildInfoPluginFuncTest.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ class TestBuildInfoPluginFuncTest extends AbstractGradleFuncTest {
118118
)
119119

120120
def value = new ObjectMapper().readValue(output, Map.class)
121-
expectedOutput.forEach((k,v) -> value.get(k) == v)
122121
value == expectedOutput
123122
}
124123
}

0 commit comments

Comments
 (0)