test for is_last_blob at end of broadcast

This commit is contained in:
Carl 2019-02-12 12:14:39 -08:00 committed by Grimes
parent bc162637a6
commit a1b5ea9cb1
1 changed files with 1 additions and 0 deletions

View File

@ -1661,6 +1661,7 @@ fn test_broadcast_last_tick() {
}
}
debug!("last_tick_blob: {:?}", last_tick_blob);
assert!(last_tick_blob.read().unwrap().is_last_blob());
let actual_last_tick =
&reconstruct_entries_from_blobs(vec![&*last_tick_blob.read().unwrap()])
.expect("Expected to be able to reconstruct entries from blob")