spec/api/options_api_spec.rb in snaptrade-1.10.0 vs spec/api/options_api_spec.rb in snaptrade-1.11.0
- old
+ new
@@ -74,10 +74,10 @@
# Get the options holdings in the account
# @param user_id
# @param user_secret
# @param account_id The ID of the account get positions.
# @param [Hash] opts the optional parameters
- # @return [Array<OptionsHoldings>]
+ # @return [Array<OptionsPosition>]
describe 'list_option_holdings test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end