File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11package com.svix.kotlin
22
3- import SvixOptions
3+ import com.svix.kotlin. SvixOptions
44import okhttp3.HttpUrl.Companion.toHttpUrlOrNull
55
66class Svix (token : String , options : SvixOptions = SvixOptions ()) {
Original file line number Diff line number Diff line change 11package com.svix.kotlin
22
3- import SvixOptions
3+ import com.svix.kotlin. SvixOptions
44import com.svix.kotlin.exceptions.ApiException
55import com.svix.kotlin.models.ApplicationIn
66import com.svix.kotlin.models.EndpointIn
Original file line number Diff line number Diff line change 11package com.svix.kotlin
22
3- import SvixOptions
43import com.github.tomakehurst.wiremock.WireMockServer
54import com.github.tomakehurst.wiremock.client.WireMock
65import com.github.tomakehurst.wiremock.client.WireMock.*
76import com.github.tomakehurst.wiremock.core.WireMockConfiguration.options
7+ import com.svix.kotlin.SvixOptions
88import com.svix.kotlin.exceptions.ApiException
99import com.svix.kotlin.models.*
1010import kotlin.test.assertEquals
You can’t perform that action at this time.
0 commit comments