Skip to content

Commit 51e654d

Browse files
committed
JAVA-48056: Changes made for converting SimpleSingletonUnitTest to SimpleSingletonManualTest
1 parent 6cf05d2 commit 51e654d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
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)