Skip to content

Commit

Permalink
Revert AuthorizedActorsOnly test
Browse files Browse the repository at this point in the history
  • Loading branch information
eolso committed Oct 4, 2022
1 parent 10228f8 commit e7143e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/repos_test.go
Expand Up @@ -2945,9 +2945,9 @@ func TestAdvancedSecurity_Marshal(t *testing.T) {
}

func TestAuthorizedActorsOnly_Marshal(t *testing.T) {
testJSONMarshal(t, &AuthorizedActorsOnlyChanges{}, "{}")
testJSONMarshal(t, &AuthorizedActorsOnly{}, "{}")

u := &AuthorizedActorsOnlyChanges{
u := &AuthorizedActorsOnly{
From: Bool(true),
}

Expand Down

0 comments on commit e7143e7

Please sign in to comment.