Add missing test annotation

pull/641/head
Tamir Duberstein 1 year ago
parent 32be47a23b
commit 7f25956aea
No known key found for this signature in database

@ -295,6 +295,7 @@ pub fn write_record_header(
mod test { mod test {
use super::*; use super::*;
#[test]
fn log_value_length_sufficient() { fn log_value_length_sufficient() {
assert!( assert!(
LOG_BUF_CAPACITY >= LogValueLength::MAX.into(), LOG_BUF_CAPACITY >= LogValueLength::MAX.into(),

Loading…
Cancel
Save