Ensures that the proper channel will be picked for the same destination

fixes gh-694
This commit is contained in:
Marcin Grzejszczak
2018-08-01 12:54:23 +02:00
parent 46963e3da5
commit e65aa5d6d5
3 changed files with 137 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ import javax.inject.Inject
@DirtiesContext
@SpringBootTest(properties = "debug=true")
@AutoConfigureMessageVerifier
public class StreamMessagingApplicationSpec extends Specification {
class StreamMessagingApplicationSpec extends Specification {
// ALL CASES
@Inject MessageVerifier<Message<?>> contractVerifierMessaging