Skip to content

Commit 0e8f772

Browse files
Merge conflict
Signed-off-by: Abhi Agarwal <[email protected]>
1 parent 6d5132b commit 0e8f772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etl/tests/partitioned_table_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async fn partitioned_table_copy_replicates_existing_data() {
5151

5252
// Register notification for initial copy completion.
5353
let parent_sync_done = state_store
54-
.notify_on_table_state(parent_table_id, TableReplicationPhaseType::SyncDone)
54+
.notify_on_table_state_type(parent_table_id, TableReplicationPhaseType::SyncDone)
5555
.await;
5656

5757
let pipeline_id: PipelineId = random();
@@ -134,7 +134,7 @@ async fn partitioned_table_copy_and_streams_new_data_from_new_partition() {
134134

135135
// Register notification for initial copy completion.
136136
let parent_sync_done = state_store
137-
.notify_on_table_state(parent_table_id, TableReplicationPhaseType::SyncDone)
137+
.notify_on_table_state_type(parent_table_id, TableReplicationPhaseType::SyncDone)
138138
.await;
139139

140140
let pipeline_id: PipelineId = random();

0 commit comments

Comments
 (0)