parsers: Fix jingle and jingle_rtp test_size for 32bit

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-04-05 19:05:12 +02:00
commit 0b680a18e5
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 3 additions and 3 deletions

View file

@ -656,7 +656,7 @@ mod tests {
assert_size!(Senders, 1);
assert_size!(Disposition, 1);
assert_size!(ContentId, 12);
assert_size!(Content, 172);
assert_size!(Content, 204);
assert_size!(Reason, 1);
assert_size!(ReasonElement, 16);
assert_size!(SessionId, 12);