Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elixxir dApps SDK Swift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Elixxir dApps SDK Swift
Merge requests
!136
Project 'elixxir/elixxir-dapps-sdk-swift' was moved to 'mobile/ios/elixxir-dapps-sdk-swift'. Please update any links and bookmarks that may still have the old path.
Update backup params handling in XXMessenger
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update backup params handling in XXMessenger
feature/update-backup-params
into
development
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Update backup params handling in XXMessenger
Dariusz Rybicki
requested to merge
feature/update-backup-params
into
development
Nov 7, 2022
Overview
0
Commits
3
Pipelines
0
Changes
1
Remove
BackupParams
model from
XXMessenger
library
Update backup/restore in xx-messenger example application
Edited
Nov 7, 2022
by
Dariusz Rybicki
0
0
Merge request reports
Viewing commit
95498858
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
95498858
Clean up
· 95498858
Dariusz Rybicki
authored
Nov 7, 2022
Examples/xx-messenger/Tests/BackupFeatureTests/BackupComponentTests.swift
+
0
−
1
View file @ 95498858
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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