File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
deps/rabbitmq_amqp1_0/test/system_SUITE_data/fsharp-tests Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,6 @@ module Test =
401
401
use ac = connect uri
402
402
let dest = " /amq/queue/test"
403
403
let receiver = ReceiverLink( ac.Session, " test-receiver" , dest)
404
- receiver.Receive()
405
404
receiver.Close()
406
405
failwith " expected exception not received"
407
406
with
@@ -416,16 +415,12 @@ module Test =
416
415
use ac = connect uri
417
416
let dest = " /amq/queue/test"
418
417
let receiver = ReceiverLink( ac.Session, " test-receiver" , dest)
419
- receiver.Receive()
420
418
receiver.Close()
421
419
failwith " expected exception not received"
422
420
with
423
421
| :? Amqp.AmqpException as ex ->
424
422
printfn " Exception %A " ex
425
423
()
426
- | :? System.ObjectDisposedException as ex ->
427
- printfn " Exception %A " ex
428
- ()
429
424
430
425
let (| AsLower |) ( s : string ) =
431
426
match s with
You can’t perform that action at this time.
0 commit comments