Add StepVerifier to RSocket tests

This commit is contained in:
Oleg Zhurakousky
2020-07-07 19:30:44 +02:00
parent 76dde19b89
commit f725b5aeb8
2 changed files with 73 additions and 41 deletions

View File

@@ -43,6 +43,11 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>