Skip to content

Commit 5be7544

Browse files
committed
And again
1 parent e8e3c39 commit 5be7544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airbyte-cdk/bulk/core/load/src/test/kotlin/io/airbyte/cdk/load/task/DestinationTaskLauncherUTest.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import io.airbyte.cdk.load.message.Batch
1111
import io.airbyte.cdk.load.message.BatchEnvelope
1212
import io.airbyte.cdk.load.message.ChannelMessageQueue
1313
import io.airbyte.cdk.load.message.CheckpointMessageWrapped
14-
import io.airbyte.cdk.load.message.DestinationRecordAirbyteValue
14+
import io.airbyte.cdk.load.message.DestinationRecordRaw
1515
import io.airbyte.cdk.load.message.DestinationStreamEvent
1616
import io.airbyte.cdk.load.message.MessageQueue
1717
import io.airbyte.cdk.load.message.MessageQueueSupplier
@@ -95,7 +95,7 @@ class DestinationTaskLauncherUTest {
9595
private val openStreamQueue: MessageQueue<DestinationStream> = mockk(relaxed = true)
9696

9797
private val recordQueueForPipeline:
98-
PartitionedQueue<Reserved<PipelineEvent<StreamKey, DestinationRecordAirbyteValue>>> =
98+
PartitionedQueue<Reserved<PipelineEvent<StreamKey, DestinationRecordRaw>>> =
9999
mockk(relaxed = true)
100100
private val batchUpdateQueue: ChannelMessageQueue<BatchUpdate> = mockk(relaxed = true)
101101
private val partitioner: InputPartitioner = mockk(relaxed = true)

0 commit comments

Comments
 (0)