Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
air-hand committed Aug 29, 2024
1 parent b7927e8 commit ea83389
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github/event_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6403,6 +6403,10 @@ func TestDeploymentReviewEvent_Marshal(t *testing.T) {
testJSONMarshal(t, u, want)
}

func TestDeploymentReviewEvent_Unmarshal(t *testing.T) {
t.Errorf("FIXME")
}

func TestDeploymentStatusEvent_Marshal(t *testing.T) {
testJSONMarshal(t, &DeploymentStatusEvent{}, "{}")

Expand Down

0 comments on commit ea83389

Please sign in to comment.