Skip to content

Commit 62c3b15

Browse files
authored
Merge pull request #18709 from Bipinkumar27/JAVA-48056
JAVA-48056: Changes made for make DownloadWebpageUnitTest to liveTest
2 parents c30aff7 + 51e654d commit 62c3b15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import org.jsoup.nodes.Document;
1414
import org.junit.jupiter.api.Test;
1515

16-
class DownloadWebpageUnitTest {
16+
class DownloadWebpageLiveTest {
1717

1818
@Test
1919
public void givenURLConnection_whenRetrieveWebpage_thenWebpageIsNotNullAndContainsHtmlTag() throws IOException, URISyntaxException {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import static org.junit.jupiter.api.Assertions.assertTrue;
1010

11-
public class SimpleSingletonUnitTest {
11+
public class SimpleSingletonManualTest {
1212
@Test
1313
void givenUnsafeSingleton_whenAccessedConcurrently_thenMultipleInstancesCreated() throws InterruptedException {
1414
int threadCount = 1000;

0 commit comments

Comments
 (0)