JAVA-24545: Changes made for fixing issues in core-java-perf-2

This commit is contained in:
Bipinkumar27 2023-09-09 15:22:02 +05:30
parent cf1a561443
commit 1189911fc0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
class MovieQuoteServiceTest {
class MovieQuoteServiceUnitTest {
@Test
void whenSubscribeToService_thenServiceHasOneSubscriber() {

View File

@ -49,7 +49,7 @@
<module>core-java-methods</module>
<module>core-java-networking-3</module>
<module>core-java-os</module>
<!--<module>core-java-perf-2</module> Need to fix JAVA-24545 -->
<module>core-java-perf-2</module> <!--Need to fix JAVA-24545-->
<module>core-java-streams-4</module>
<module>core-java-streams-5</module>
<module>core-java-streams-collect</module>