Beam/UnitTests/Sources/SecurityAndPrivacyScreenViewModelTests.swift

20 lines
471 B
Swift
Raw Normal View History

//
// Copyright 2022-2024 New Vector Ltd.
//
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
// Please see LICENSE files in the repository root for full details.
//
import XCTest
@testable import ElementX
@MainActor
class SecurityAndPrivacyScreenViewModelTests: XCTestCase {
var viewModel: SecurityAndPrivacyScreenViewModelProtocol!
var context: SecurityAndPrivacyScreenViewModelType.Context {
viewModel.context
}
}