Skip to content

Commit 978062b

Browse files
committed
try again
1 parent ddc9873 commit 978062b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datapipelines/src/test/java/io/customer/datapipelines/plugins/CustomerIODestinationTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package io.customer.datapipelines.plugins
22

33
import com.segment.analytics.kotlin.core.HTTPClient
4-
import com.segment.analytics.kotlin.core.emptyJsonObject
54
import io.customer.commontest.config.TestConfig
65
import io.customer.datapipelines.testutils.core.JUnitTest
76
import 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

0 commit comments

Comments
 (0)