File tree 1 file changed +2
-2
lines changed
airbyte-cdk/bulk/core/load/src/test/kotlin/io/airbyte/cdk/load/task
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import io.airbyte.cdk.load.message.Batch
11
11
import io.airbyte.cdk.load.message.BatchEnvelope
12
12
import io.airbyte.cdk.load.message.ChannelMessageQueue
13
13
import io.airbyte.cdk.load.message.CheckpointMessageWrapped
14
- import io.airbyte.cdk.load.message.DestinationRecordAirbyteValue
14
+ import io.airbyte.cdk.load.message.DestinationRecordRaw
15
15
import io.airbyte.cdk.load.message.DestinationStreamEvent
16
16
import io.airbyte.cdk.load.message.MessageQueue
17
17
import io.airbyte.cdk.load.message.MessageQueueSupplier
@@ -95,7 +95,7 @@ class DestinationTaskLauncherUTest {
95
95
private val openStreamQueue: MessageQueue <DestinationStream > = mockk(relaxed = true )
96
96
97
97
private val recordQueueForPipeline:
98
- PartitionedQueue <Reserved <PipelineEvent <StreamKey , DestinationRecordAirbyteValue >>> =
98
+ PartitionedQueue <Reserved <PipelineEvent <StreamKey , DestinationRecordRaw >>> =
99
99
mockk(relaxed = true )
100
100
private val batchUpdateQueue: ChannelMessageQueue <BatchUpdate > = mockk(relaxed = true )
101
101
private val partitioner: InputPartitioner = mockk(relaxed = true )
You can’t perform that action at this time.
0 commit comments