File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
test/amqp_dotnet_SUITE_data/fsharp-tests Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 34
34
35
35
-rabbit_deprecated_feature (
36
36
{amqp_filter_set_bug ,
37
- #{deprecation_phase => permitted_by_default ,
37
+ #{deprecation_phase => denied_by_default ,
38
38
doc_url => " https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-filter-set"
39
39
}}).
40
40
Original file line number Diff line number Diff line change @@ -199,7 +199,8 @@ module Test =
199
199
for spec in specs do
200
200
printfn " testing streams spec %A " spec
201
201
let filterSet = Map()
202
- filterSet.Add( Symbol " rabbitmq:stream-offset-spec" , spec)
202
+ let describedValue = DescribedValue( Symbol " rabbitmq:stream-offset-spec" , spec)
203
+ filterSet.Add( Symbol " my offset" , describedValue)
203
204
let source = Source( Address = address,
204
205
FilterSet = filterSet)
205
206
let attach = Attach( Source = source)
You can’t perform that action at this time.
0 commit comments