Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski committed Oct 19, 2023
1 parent 6c00f98 commit caba947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/invite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ impl RichInvite {
/// # "inviter": {
/// # "avatar": None::<String>,
/// # "bot": false,
/// # "discriminator": 3,
/// # "discriminator": "1234",
/// # "id": UserId::new(4),
/// # "username": "qux",
/// # "public_flags": None::<UserPublicFlags>,
Expand Down

0 comments on commit caba947

Please sign in to comment.