Skip to content

Commit

Permalink
zerocracy#298 refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Suban05 committed Aug 21, 2024
1 parent 9c9ae4e commit db06cfd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/judges/test-github-events.rb
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,11 @@ def test_add_only_approved_pull_request_review_events
id: 42,
login: 'torvalds',
display_login: 'torvalds',
gravatar_id: '',
gravatar_id: ''
},
repo: {
id: 42,
name: 'yegor256/judges',
name: 'yegor256/judges'
},
payload: {
action: 'created',
Expand Down Expand Up @@ -306,11 +306,11 @@ def test_add_only_approved_pull_request_review_events
actor: {
id: 43,
login: 'yegor256',
display_login: 'yegor256',
display_login: 'yegor256'
},
repo: {
id: 42,
name: 'yegor256/judges',
name: 'yegor256/judges'
},
payload: {
action: 'created',
Expand All @@ -322,7 +322,7 @@ def test_add_only_approved_pull_request_review_events
type: 'User'
},
state: 'commented',
author_association: 'NONE',
author_association: 'NONE'
},
pull_request: {
id: 1_990_323_142,
Expand Down

0 comments on commit db06cfd

Please sign in to comment.