Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Update expected extensions jar hash after snapshot update
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo B. de Oliveira <[email protected]>
  • Loading branch information
bamboo committed Jan 8, 2019
1 parent bf824c5 commit 3553859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class GradleApiExtensionsIntegrationTest : AbstractPluginIntegrationTest() {
val generatedJarHash = HashUtil.createHash(generatedExtensionsJarFromTestKitUserHome(), "MD5")
assertThat(
generatedJarHash.asZeroPaddedHexString(32),
equalTo("497737a93a0c485dc56c29964bf31cf6")
equalTo("b4dc07b38c471eb18b783e18cdcec21f")
)
}

Expand Down

0 comments on commit 3553859

Please sign in to comment.