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