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 3434
3535-rabbit_deprecated_feature (
3636 {amqp_filter_set_bug ,
37- #{deprecation_phase => permitted_by_default ,
37+ #{deprecation_phase => denied_by_default ,
3838 doc_url => " https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-filter-set"
3939 }}).
4040
Original file line number Diff line number Diff line change @@ -199,7 +199,8 @@ module Test =
199199 for spec in specs do
200200 printfn " testing streams spec %A " spec
201201 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)
203204 let source = Source( Address = address,
204205 FilterSet = filterSet)
205206 let attach = Attach( Source = source)
You can’t perform that action at this time.
0 commit comments