MESSENGER-5413 other hotspots

This commit is contained in:
Frank Rotermund
2024-01-30 15:13:28 +01:00
parent bc7c98448b
commit bac1bd9650
8 changed files with 27 additions and 27 deletions

View File

@@ -55,7 +55,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
name: "iOS",
deviceType: .mobile,
verificationState: state,
lastSeenIP: "10.0.0.10",
lastSeenIP: "10.0.0.10", //NOSONAR mocking ip for testing
lastSeenTimestamp: nil,
applicationName: "Element iOS",
applicationVersion: "1.0.0",
@@ -73,7 +73,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
name: "macOS",
deviceType: .desktop,
verificationState: state,
lastSeenIP: "1.0.0.1",
lastSeenIP: "1.0.0.1", //NOSONAR mocking ip for testing
lastSeenTimestamp: Date().timeIntervalSince1970 - 130_000,
applicationName: "Element MacOS",
applicationVersion: "1.0.0",
@@ -91,7 +91,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
name: "macOS",
deviceType: .desktop,
verificationState: .verified,
lastSeenIP: "1.0.0.1",
lastSeenIP: "1.0.0.1", //NOSONAR mocking ip for testing
lastSeenTimestamp: Date().timeIntervalSince1970 - 130_000,
applicationName: "Element MacOS",
applicationVersion: "1.0.0",
@@ -109,7 +109,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
name: "macOS",
deviceType: .desktop,
verificationState: .verified,
lastSeenIP: "1.0.0.1",
lastSeenIP: "1.0.0.1", //NOSONAR mocking ip for testing
lastSeenTimestamp: Date().timeIntervalSince1970 - 130_000,
applicationName: "Element MacOS",
applicationVersion: "1.0.0",