We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fac3d5 commit 2f767caCopy full SHA for 2f767ca
test/algora/bounties_test.exs
@@ -63,6 +63,7 @@ defmodule Algora.BountiesTest do
63
Algora.Bounties.claim_bounty(
64
%{
65
user: recipient,
66
+ coauthor_provider_logins: [],
67
target_ticket_ref: ticket_ref,
68
source_ticket_ref: ticket_ref,
69
status: :approved,
test/support/factory.ex
@@ -37,7 +37,8 @@ defmodule Algora.Factory do
37
twitter_url: "https://twitter.com/erich",
38
github_url: "https://github.com/erich",
39
linkedin_url: "https://linkedin.com/in/erich",
40
- provider: "github"
+ provider: "github",
41
+ provider_login: sequence(:provider_login, &"erlich#{&1}")
42
}
43
end
44
0 commit comments