Skip to content

Commit

Permalink
Update ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOucif committed Nov 22, 2024
1 parent 83786b6 commit dde3946
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void should_publish_github_issue_assigned_event() {
.assigneeId(antho.user().getGithubUserId())
.createdAt(createdAt)
.assignedAt(assignedAt)
.assignedById(antho.user().getGithubUserId())
.labels(Set.of("documentation", "good first issue"))
.build());

Expand Down

0 comments on commit dde3946

Please sign in to comment.