File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
datapipelines/src/test/java/io/customer/datapipelines/plugins Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 11package io.customer.datapipelines.plugins
22
33import com.segment.analytics.kotlin.core.HTTPClient
4- import com.segment.analytics.kotlin.core.emptyJsonObject
54import io.customer.commontest.config.TestConfig
65import io.customer.datapipelines.testutils.core.JUnitTest
76import io.customer.datapipelines.testutils.core.testConfiguration
@@ -56,7 +55,6 @@ class CustomerIODestinationTest : JUnitTest() {
5655 // Verify event was processed
5756 outputReaderPlugin.trackEvents.size shouldBe 1
5857 outputReaderPlugin.trackEvents.first().event shouldBe " test_event"
59- outputReaderPlugin.trackEvents.first().properties shouldBe emptyJsonObject
6058 }
6159
6260 @Test
You can’t perform that action at this time.
0 commit comments