Ensures that the proper channel will be picked for the same destination
fixes gh-694
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user