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 @@ -399,7 +399,6 @@ module Test =
399
399
use ac = connect uri
400
400
let dest = " /amq/queue/test"
401
401
let receiver = ReceiverLink( ac.Session, " test-receiver" , dest)
402
- receiver.Receive()
403
402
receiver.Close()
404
403
failwith " expected exception not received"
405
404
with
@@ -414,16 +413,12 @@ module Test =
414
413
use ac = connect uri
415
414
let dest = " /amq/queue/test"
416
415
let receiver = ReceiverLink( ac.Session, " test-receiver" , dest)
417
- receiver.Receive()
418
416
receiver.Close()
419
417
failwith " expected exception not received"
420
418
with
421
419
| :? Amqp.AmqpException as ex ->
422
420
printfn " Exception %A " ex
423
421
()
424
- | :? System.ObjectDisposedException as ex ->
425
- printfn " Exception %A " ex
426
- ()
427
422
428
423
let (| AsLower |) ( s : string ) =
429
424
match s with
You can’t perform that action at this time.
0 commit comments