Skip to content

Commit

Permalink
Update ReleaseServiceTests.failedUpdate to ensure the update will fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneil du Plessis committed Nov 4, 2024
1 parent 91b0193 commit 4043f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ void failedUpdate() throws Exception {

packageIdentifier = new PackageIdentifier();
String packageName = "log";
String packageVersion = "4.0.0";
String packageVersion = "1.0.0";
packageIdentifier.setPackageName(packageName);
packageIdentifier.setPackageVersion(packageVersion);
upgradeRequest.setPackageIdentifier(packageIdentifier);
Expand Down

0 comments on commit 4043f25

Please sign in to comment.