Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Jan 18, 2024
1 parent 8666168 commit beded12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-integration/src/tests/instance_kafka_wal_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async fn test_flush_then_replay(rebuildable_instance: Option<Box<dyn Rebuildable
insert_data(&tables, &instance, 5).await;
ensure_data_exists(&tables, &instance).await;

// Renames tables to force flusing each table.
// Renames tables to force flushing each table.
let tables = futures::future::join_all(tables.into_iter().map(|table| {
let instance = instance.clone();
async move {
Expand Down

0 comments on commit beded12

Please sign in to comment.