Skip to content

Commit

Permalink
Merge pull request #115 from Yegorov/380
Browse files Browse the repository at this point in the history
judges-action#380: fix Fbe::FakeOctokit#repository
  • Loading branch information
yegor256 authored Oct 14, 2024
2 parents 5d35812 + 0810adf commit 6689ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fbe/octo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def repository(name)
created_at: random_time,
updated_at: random_time,
pushed_at: random_time,
size: 470,
size: name == 'yegor256/empty-repo' ? 0 : 470,
stargazers_count: 1,
watchers_count: 1,
language: 'Ruby',
Expand Down

0 comments on commit 6689ba0

Please sign in to comment.