Skip to content

Commit

Permalink
Version 2.1.1 (#325)
Browse files Browse the repository at this point in the history
* Update version.rb

* Update appcenter_upload_spec.rb

* Update appcenter_upload_spec.rb
  • Loading branch information
AnatolyPristensky authored Sep 13, 2023
1 parent 40d3c8d commit b377ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/appcenter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module Appcenter
VERSION = "2.1.0"
VERSION = "2.1.1"
end
end
2 changes: 1 addition & 1 deletion spec/appcenter_upload_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2291,7 +2291,7 @@
destination_type: 'group'
})
end").runner.execute(:test)
end.to raise_error(/Please ensure no special characters or spaces in the app_name./)
end.to raise_error("Provided owner_name: 'owner' or app_name: 'appname with space' is not in a valid format. Please ensure no special characters or spaces.")
end

it "Handles conflicting options of upload_build_only and upload_dysm_only" do
Expand Down

0 comments on commit b377ca2

Please sign in to comment.