File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ async fn partitioned_table_copy_replicates_existing_data() {
51
51
52
52
// Register notification for initial copy completion.
53
53
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 )
55
55
. await ;
56
56
57
57
let pipeline_id: PipelineId = random ( ) ;
@@ -134,7 +134,7 @@ async fn partitioned_table_copy_and_streams_new_data_from_new_partition() {
134
134
135
135
// Register notification for initial copy completion.
136
136
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 )
138
138
. await ;
139
139
140
140
let pipeline_id: PipelineId = random ( ) ;
You can’t perform that action at this time.
0 commit comments