Skip to content
Snippets Groups Projects

Update backup params handling in XXMessenger

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -63,7 +63,6 @@ final class BackupFeatureTests: XCTestCase {
func testStartBackup() {
var actions: [Action]!
var isBackupRunning: [Bool] = [true]
let username = "test-username"
let passphrase = "backup-password"
let store = TestStore(
Loading