use crate::importer_mcap::tests::util;
#[test]
fn test_foxglove_log() {
let loaded_mcap = util::load_mcap(util::test_asset("foxglove_log.mcap"));
let chunk = loaded_mcap.chunks_for_entity("/text_log")[1];
insta::assert_snapshot!(format!("{:-240}", chunk));
}