Skip to content

Commit

Permalink
LPD-49671 update related test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
annasuszter authored and drewbrokke committed Feb 24, 2025
1 parent 0ae3718 commit 810df9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public void testInitCommandListPromoted() throws Exception {
}
}

String firstLine = lines.get(0);
String firstLine = lines.get(1);

ReleaseEntry releaseEntry = ReleaseUtil.getReleaseEntry(firstLine);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@ public void testGetSampleWithGradleWrapperExisting() throws Exception {

String output = bladeTestResults.getOutput();

Assert.assertTrue(output, (output == null) || output.isEmpty());
output = output.trim();

Assert.assertEquals("Checking for new releases...", output);

String[] samplesArgs = {"samples", "-d", _rootDir.getPath() + "/test/workspace/modules", "auth-failure"};

Expand Down

0 comments on commit 810df9c

Please sign in to comment.