fix race condition in MessageSpec, fixes #19995
This commit is contained in:
parent
4293907451
commit
f2d81575ec
1 changed files with 1 additions and 1 deletions
|
|
@ -741,8 +741,8 @@ class MessageSpec extends FreeSpec with Matchers with WithMaterializerSpec {
|
|||
00000000 # empty mask
|
||||
"""
|
||||
|
||||
pushInput(header)
|
||||
EventFilter[ProtocolException](occurrences = 1).intercept {
|
||||
pushInput(header)
|
||||
expectProtocolErrorOnNetwork()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue