spec/api/folders_api_spec.rb in sib-api-v3-sdk-2.0.1 vs spec/api/folders_api_spec.rb in sib-api-v3-sdk-2.1.0

- old
+ new

@@ -33,11 +33,11 @@ end # unit tests for create_folder # Create a folder # - # @param name Name of the folder + # @param create_folder Name of the folder # @param [Hash] opts the optional parameters # @return [CreateModel] describe 'create_folder test' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers @@ -97,10 +97,10 @@ # unit tests for update_folder # Update a contact folder # # @param folder_id Id of the folder - # @param name Name of the folder + # @param update_folder Name of the folder # @param [Hash] opts the optional parameters # @return [nil] describe 'update_folder test' do it "should work" do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers