Skip to content

Commit

Permalink
Fix expected struct length in test
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Reidel <[email protected]>
  • Loading branch information
Gelbpunkt committed Sep 9, 2024
1 parent 1afb26a commit 09259cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilight-model/src/guild/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ mod tests {
&[
Token::Struct {
name: "Guild",
len: 47,
len: 48,
},
Token::Str("afk_channel_id"),
Token::Some,
Expand Down

0 comments on commit 09259cc

Please sign in to comment.