1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-01 02:48:42 +02:00

parsers/jingle: fixes struct size in tests

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-11-09 01:32:11 +01:00
parent 70f3ef5523
commit 5a254bca1a
No known key found for this signature in database
GPG Key ID: DEDA74AEECA9D0F2

View File

@ -691,7 +691,7 @@ mod tests {
assert_size!(Senders, 1);
assert_size!(Disposition, 1);
assert_size!(ContentId, 24);
assert_size!(Content, 384);
assert_size!(Content, 408);
assert_size!(Reason, 1);
assert_size!(ReasonElement, 32);
assert_size!(SessionId, 24);