Beam/UnitTests/Sources/AuthenticationStartScreenViewModelTests.swift

15 lines
358 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
class AuthenticationStartScreenViewModelTests: XCTestCase {
2022-06-14 18:04:42 +01:00
// Nothing to test, the view model has no mutable state.
}