JAVA-24545: Changes made for fixing issues in core-java-perf-2
This commit is contained in:
parent
cf1a561443
commit
1189911fc0
|
@ -4,7 +4,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
class MovieQuoteServiceTest {
|
class MovieQuoteServiceUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void whenSubscribeToService_thenServiceHasOneSubscriber() {
|
void whenSubscribeToService_thenServiceHasOneSubscriber() {
|
|
@ -49,7 +49,7 @@
|
||||||
<module>core-java-methods</module>
|
<module>core-java-methods</module>
|
||||||
<module>core-java-networking-3</module>
|
<module>core-java-networking-3</module>
|
||||||
<module>core-java-os</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-4</module>
|
||||||
<module>core-java-streams-5</module>
|
<module>core-java-streams-5</module>
|
||||||
<module>core-java-streams-collect</module>
|
<module>core-java-streams-collect</module>
|
||||||
|
|
Loading…
Reference in New Issue