xmpp-parsers: Fix tests on 32-bit

This has been tested on ARMv7.
This commit is contained in:
Emmanuel Gil Peyrot 2024-07-01 19:38:20 +02:00 committed by Jonas Schäfer
commit b94919ae99
3 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@ mod tests {
#[cfg(target_pointer_width = "32")]
#[test]
fn test_size() {
assert_size!(StanzaId, 24);
assert_size!(StanzaId, 28);
assert_size!(OriginId, 12);
}