Skip to content

Commit

Permalink
quick format
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed May 13, 2022
1 parent 8077406 commit 7d5570f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ class KeysBackupTest : InstrumentedTest {
@Test
fun prepareKeysBackupVersionTest() {
val testHelper = CommonTestHelper(context())
val cryptoTestHelper = CryptoTestHelper(testHelper)

val bobSession = testHelper.createAccount(TestConstants.USER_BOB, KeysBackupTestConstants.defaultSessionParams)

Expand Down Expand Up @@ -168,7 +167,7 @@ class KeysBackupTest : InstrumentedTest {
keysBackup.getKeysBackupTrust(versionResult!!, it)
}

assertEquals("Should have 2 signatures", 2, trust.signatures.size)
assertEquals("Should have 2 signatures", 2, trust.signatures.size)

trust.signatures
.firstOrNull { it is KeysBackupVersionTrustSignature.DeviceSignature }
Expand Down

0 comments on commit 7d5570f

Please sign in to comment.