fix: broken tests on Windows and macOS

This commit is contained in:
Federico Terzi 2021-03-15 21:05:21 +01:00
parent 2647f099ad
commit 353f3f10de
2 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,7 @@ mod tests {
status: Released,
value: Some("k".to_string()),
variant: None,
code: 40,
})
);
}

View File

@ -415,6 +415,7 @@ mod tests {
status: Released,
value: Some("k".to_string()),
variant: None,
code: 0x4B,
})
);
}