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 version 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 7ccabf9 commit e57395d
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("b4dc07b38c471eb18b783e18cdcec21f")
equalTo("7f1c8e3980b81484de7c1141fb39c0c3")
)
}

Expand Down

0 comments on commit e57395d

Please sign in to comment.