Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rorbech committed Aug 8, 2024
1 parent 53b5b82 commit 0405bd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class EncryptionTests {
// Initialize an encrypted Realm
val encryptedConf = RealmConfiguration
.Builder(

schema = setOf(Sample::class)
)
.directory(tmpDir)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,6 @@ class SyncClientResetIntegrationTests {
// Validate that files have been moved after explicit reset
assertFalse(fileExists(originalFilePath))
assertTrue(fileExists(recoveryFilePath))
println(exception.message)
assertContains(exception.message!!, "User-provided callback failed")

channel.trySendOrFail(ClientResetEvents.ON_MANUAL_RESET_FALLBACK)
Expand Down

0 comments on commit 0405bd9

Please sign in to comment.