File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ defmodule Algora.Factory do
217
217
name: "middle-out" ,
218
218
url: "https://github.com/piedpiper/middle-out" ,
219
219
og_image_url: "https://algora.io/asset/storage/v1/object/public/mock/piedpiper-banner.jpg" ,
220
+ stargazers_count: 1337 ,
220
221
provider_meta: % { }
221
222
}
222
223
end
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ defmodule Algora.Support.GithubMock do
41
41
"html_url" => "https://github.com/#{ owner } /#{ repo } " ,
42
42
"owner" => % {
43
43
"login" => owner
44
- }
44
+ } ,
45
+ "stargazers_count" => 1337
45
46
} }
46
47
end
47
48
@@ -57,7 +58,8 @@ defmodule Algora.Support.GithubMock do
57
58
"html_url" => "https://github.com/#{ owner } /#{ name } " ,
58
59
"owner" => % {
59
60
"login" => owner
60
- }
61
+ } ,
62
+ "stargazers_count" => 1337
61
63
} }
62
64
end
63
65
You can’t perform that action at this time.
0 commit comments