Skip to content

Commit

Permalink
Merge pull request #112 from Yegorov/102
Browse files Browse the repository at this point in the history
judges-action#102: fix Fbe::FakeOctokit
  • Loading branch information
yegor256 authored Oct 11, 2024
2 parents ab6f7e0 + a4c8168 commit 3c87a30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/fbe/octo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ def issue(repo, number)
},
pull_request: {
merged_at: nil
}
},
created_at: Time.parse('2024-09-20 19:00:00 UTC')
}
end

Expand Down Expand Up @@ -498,6 +499,7 @@ def search_issues(query, _options = {})
name: 'bug'
}
],
user: { login: 'yegor256', id: 526_301, type: 'User' },
created_at: Time.parse('2024-08-20 19:00:00 UTC')
}
]
Expand Down

0 comments on commit 3c87a30

Please sign in to comment.