Skip to content

Commit

Permalink
fix(derive): unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Apr 18, 2024
1 parent 7876856 commit ab8548f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/derive/src/types/batch/span_batch/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ mod tests {
}

#[tokio::test]
async fn test_check_batch_valid_genesis_epoch() {
async fn test_check_batch_valid_with_genesis_epoch() {
let trace_store: TraceStorage = Default::default();
let layer = CollectingLayer::new(trace_store.clone());
tracing_subscriber::Registry::default().with(layer).init();
Expand Down

0 comments on commit ab8548f

Please sign in to comment.