Skip to content

Commit

Permalink
Correct 32bit test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed Jun 25, 2024
1 parent 4cb8949 commit a02c269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ft/dlt_ft_buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ mod test {
#[test]
fn reinit_from_header_pkg_size_err_32() {
// setup base
let mut base = DltFtBuffer::new(&DltFtHeaderPkg {
let mut buf = DltFtBuffer::new(&DltFtHeaderPkg {
file_serial_number: DltFtUInt::U32(0),
file_name: "base.txt",
file_size: DltFtUInt::U32(4),
Expand Down

0 comments on commit a02c269

Please sign in to comment.