Skip to content

Commit

Permalink
fixed Unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz0u committed Jul 1, 2024
1 parent a003047 commit 1bef716
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public IEnumerator<object[]> GetEnumerator()
yield return [MessageType.VideoChatParticipantsInvited, "video_chat_participants_invited"];
yield return [MessageType.WebAppData, "web_app_data"];
yield return [MessageType.ChatBackgroundSet, "chat_background_set"];
yield return [MessageType.PaidMedia, "paid_media"];
}

IEnumerator IEnumerable.GetEnumerator() => GetEnumerator();
Expand Down

0 comments on commit 1bef716

Please sign in to comment.