mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
[PM-12406] lint
This commit is contained in:
parent
c5eac9bf65
commit
b36e301e07
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ class OrganizationServiceTest : BaseServiceTest() {
|
||||||
|
|
||||||
@Suppress("MaxLineLength")
|
@Suppress("MaxLineLength")
|
||||||
@Test
|
@Test
|
||||||
fun `getVerifiedOrganizationDomainSsoDetails when response is success should return valid response`()
|
fun `getVerifiedOrganizationDomainSsoDetails when response is success should return valid response`() =
|
||||||
= runTest {
|
runTest {
|
||||||
server.enqueue(
|
server.enqueue(
|
||||||
MockResponse()
|
MockResponse()
|
||||||
.setResponseCode(200)
|
.setResponseCode(200)
|
||||||
|
|
Loading…
Reference in a new issue