Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Dec 4, 2024
1 parent 9b77d20 commit 4627f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/compute/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async fn test_table_materialize() -> StreamResult<()> {
identity: format!("DmlExecutor {:X}", 2),
},
DmlExecutor::new(
ActorContext::for_test(0).into(),
ActorContext::for_test(0),
source_executor,
dml_manager.clone(),
table_id,
Expand Down
2 changes: 1 addition & 1 deletion src/stream/src/executor/dml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ mod tests {
let source = source.into_executor(schema, pk_indices);

let dml_executor = DmlExecutor::new(
ActorContext::for_test(0).into(),
ActorContext::for_test(0),
source,
dml_manager.clone(),
table_id,
Expand Down

0 comments on commit 4627f11

Please sign in to comment.