Skip to content

Commit

Permalink
Update github/event_types_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored Oct 15, 2024
1 parent 1804218 commit a01f3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/event_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9895,8 +9895,8 @@ func TestRepositoryRulesetEvent_Marshal(t *testing.T) {
Deletion: &RepositoryRulesetRuleType{
Type: "deletion",
},
RequireLinearHistory: &RepositoryRulesetRuleType{
Type: "require_linear_history",
RequiredLinearHistory: &RepositoryRulesetRuleType{
Type: "required_linear_history",
},
MergeQueue: &RepositoryRulesetMergeQueueRule{
Type: "merge_queue",
Expand Down

0 comments on commit a01f3c9

Please sign in to comment.