Skip to content

Commit

Permalink
Add Topics to EditChange struct
Browse files Browse the repository at this point in the history
  • Loading branch information
riaje committed Jan 24, 2024
1 parent cef0af5 commit fbb0520
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion github/event_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestEditChange_Marshal_Repo(t *testing.T) {
},
},
Topics: &EditTopics{
From: &[]string{"topic1", "topic2"},
From: []string{"topic1", "topic2"},
},
}

Expand Down
8 changes: 0 additions & 8 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions github/github-accessors_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbb0520

Please sign in to comment.