mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Revert "parsers: Update test_size tests take 2"
This reverts commit f3e1160f6e
.
It doesn't fail yet in stable.
This commit is contained in:
parent
6d98ad97cd
commit
b0e5ca0be8
1 changed files with 1 additions and 1 deletions
|
@ -704,7 +704,7 @@ mod tests {
|
||||||
assert_size!(Senders, 1);
|
assert_size!(Senders, 1);
|
||||||
assert_size!(Disposition, 1);
|
assert_size!(Disposition, 1);
|
||||||
assert_size!(ContentId, 24);
|
assert_size!(ContentId, 24);
|
||||||
assert_size!(Content, 440);
|
assert_size!(Content, 448);
|
||||||
assert_size!(Reason, 1);
|
assert_size!(Reason, 1);
|
||||||
assert_size!(ReasonElement, 32);
|
assert_size!(ReasonElement, 32);
|
||||||
assert_size!(SessionId, 24);
|
assert_size!(SessionId, 24);
|
||||||
|
|
Loading…
Reference in a new issue