Update timestamp.rs

Update test to fix build error.
pull/24376/head
Paul Dix 2019-12-17 12:23:57 -05:00
parent af32f8740d
commit 3856af8842
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ mod tests {
encode_all(&mut src, &mut dst).expect("failed to encode src");
// verify encoded no values.
assert_eq!(dst.to_vec(), vec![]);
assert_eq!(dst.len(), 0);
}
#[test]