Merge pull request #14739 from Bipinkumar27/JAVA-24545
JAVA-24545: Changes made for fixing issues in core-java-perf-2
This commit is contained in:
commit
f820b37b6f
|
@ -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() {
|
|
@ -47,7 +47,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>
|
||||
<module>core-java-streams-4</module>
|
||||
<module>core-java-streams-5</module>
|
||||
<module>core-java-streams-collect</module>
|
||||
|
|
Loading…
Reference in New Issue