fixing tests #318
Annotations
2 errors
./spec/ddg_apple_automation_helper_spec.rb.FastlaneCore::Helper::DdgAppleAutomationHelper.create_hotfix_branch creates a new hotfix branch and checks out the branch:
spec/ddg_apple_automation_helper_spec.rb#L145
Fastlane::Actions received :sh with unexpected arguments
expected: ("git", "checkout", "hotfix/1.0.1")
got: ("git", "rev-parse", "1.0.0^")
Please stub a default value first if message might be received with other args as well.
|
test
Process completed with exit code 1.
|