Skip to content

Commit

Permalink
GH-1556 Fix PreservedBuildsListener test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Oct 5, 2022
1 parent 8c5be6f commit de37c92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ internal class PreservedBuildsListenerTest : MavenSpecification() {
"$versionId/maven-metadata.xml.md5",
"$versionId/maven-metadata.xml.sha1",
"$versionId/maven-metadata.xml.sha256",
"$versionId/workspace-deploy-app-1.0.0.jar"
"$versionId/maven-metadata.xml.sha512"
).map { it.toLocation() },
assertOk(repository.getFiles(versionId))
)
Expand Down

0 comments on commit de37c92

Please sign in to comment.