Spell mistake fix

This commit is contained in:
parthiv39731 2023-11-07 13:42:25 +05:30 committed by GitHub
parent 4fd895c2ec
commit a7f39e4155

View File

@ -15,7 +15,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
public class BillPughSingletonUnitTest {
Logger logger = LoggerFactory.getLogger(BillPughSingletonUnitTest.class);
@Test
void giveSynchronizedLazyLoadedImpl_whenCallgetInstance_thenReturnSingleton() {
void givenSynchronizedLazyLoadedImpl_whenCallgetInstance_thenReturnSingleton() {
Set<BillPughSingleton> setHoldingSingletonObj = new HashSet<>();
List<Future<BillPughSingleton>> futures = new ArrayList<>();