Skip to content

Commit f41b15b

Browse files
mavlink : tests: serde: Update to deserialize as string over tuple
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent 9be038b commit f41b15b

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

mavlink/tests/serde_test.rs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -203,18 +203,7 @@ mod serde_test {
203203
Str("c"),
204204
U8(b'R'),
205205
Str("s"),
206-
Tuple { len: 10 },
207-
U8(b'r'),
208-
U8(b'u'),
209-
U8(b's'),
210-
U8(b't'),
211-
U8(b'm'),
212-
U8(b'a'),
213-
U8(b'v'),
214-
U8(b'l'),
215-
U8(b'i'),
216-
U8(b'n'),
217-
TupleEnd,
206+
Str("rustmavlin"),
218207
Str("u8"),
219208
U8(0),
220209
Str("s8"),

0 commit comments

Comments
 (0)