Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Sep 6, 2024
1 parent bf42f3f commit 7cfaca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/asana_log_message_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
allow(Fastlane::UI).to receive(:user_error!)
allow(@asana_client_tasks).to receive(:add_followers_for_task).and_raise(StandardError, 'some error')
test_action(task_url: task_url, comment: comment, is_scheduled_release: false, github_handle: github_handle)
expect(Fastlane::UI).to have_received(:user_error!).with("Failed to add a collaborator to the release task: some error")
expect(Fastlane::UI).to have_received(:user_error!).with("Failed to add user 11 as collaborator on task 2: some error")
end

it "adds a comment to the automation subtask" do
Expand Down

0 comments on commit 7cfaca6

Please sign in to comment.