From 95498858f4fbd6c9d9e296266876e2e9ab41c8fd Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Mon, 7 Nov 2022 11:44:28 +0100 Subject: [PATCH] Clean up --- .../Tests/BackupFeatureTests/BackupComponentTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/xx-messenger/Tests/BackupFeatureTests/BackupComponentTests.swift b/Examples/xx-messenger/Tests/BackupFeatureTests/BackupComponentTests.swift index 80ba5c11..41a1f4b1 100644 --- a/Examples/xx-messenger/Tests/BackupFeatureTests/BackupComponentTests.swift +++ b/Examples/xx-messenger/Tests/BackupFeatureTests/BackupComponentTests.swift @@ -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( -- GitLab