File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
lib/src/test/kotlin/com/segment/analytics/kotlin/destinations/consent Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ kotlin.code.style=official
2323# Deployment variables
2424GROUP =com.segment.analytics.kotlin.destinations
2525
26- VERSION_CODE =100
27- VERSION_NAME =1.0.0
26+ VERSION_CODE =101
27+ VERSION_NAME =1.0.1
2828
2929POM_ARTIFACT_ID =consent
3030POM_NAME =consent
@@ -40,4 +40,4 @@ POM_LICENCE_URL=http://opensource.org/licenses/MIT
4040POM_LICENCE_DIST =repo
4141
4242POM_DEVELOPER_ID =segmentio
43- POM_DEVELOPER_NAME =Segment, Inc.
43+ POM_DEVELOPER_NAME =Segment, Inc.
Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ class ConsentManagementPluginTests {
1919 store.provide(ConsentState ())
2020
2121 val cp = object : ConsentCategoryProvider {
22+
23+ override fun setCategoryList (categories : List <String >) {
24+ // NO OP
25+ }
26+
2227 override fun getCategories (): Map <String , Boolean > {
2328 var categories = HashMap <String , Boolean >()
2429
You can’t perform that action at this time.
0 commit comments