Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
removed empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jraihan committed Oct 9, 2023
1 parent cf485b6 commit da7cd61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void setUp() {
}

@Test
void downloadSynopsysBridgeTest() throws PluginExceptionHandler {
public void downloadSynopsysBridgeTest() throws PluginExceptionHandler {
BridgeDownload bridgeDownload = new BridgeDownload(workspace, listenerMock, envVarsMock);

String validBridgeDownloadUrl = String.join("/",
Expand Down Expand Up @@ -75,7 +75,7 @@ public void terminateRetryTest() {
}

@Test
void checkIfBridgeUrlExistsTest() {
public void checkIfBridgeUrlExistsTest() {
String bridgeDownloadUrl = String.join("/",
ApplicationConstants.BRIDGE_ARTIFACTORY_URL, "latest", "synopsys-bridge-linux64.zip");
String invalidUrl = "https://invalid.bridge-download.url";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class BitbucketRepositoryServiceTest {
private BitbucketSCMSource bitbucketSCMSourceMock;
private TaskListener listenerMock;


@BeforeEach
void setUp() throws PluginExceptionHandler {
Bitbucket bitbucket = BitbucketRepositoryService.createBitbucketObject(TEST_BITBUCKET_URL, TEST_BITBUCKET_TOKEN, TEST_REPOSITORY_PULL_NUMBER, TEST_REPOSITORY_NAME, TEST_PROJECT_KEY);
Expand Down

0 comments on commit da7cd61

Please sign in to comment.