Update files following swiftformat upgrade

This commit is contained in:
Stefan Ceriu
2026-01-27 08:47:03 +02:00
committed by Stefan Ceriu
parent 2bb26efbe1
commit 04053ae69b
343 changed files with 1502 additions and 1048 deletions

View File

@@ -5,9 +5,8 @@
// Please see LICENSE files in the repository root for full details.
//
import XCTest
@testable import ElementX
import XCTest
@MainActor
class TemplateScreenViewModelTests: XCTestCase {
@@ -26,7 +25,7 @@ class TemplateScreenViewModelTests: XCTestCase {
XCTAssertEqual(context.viewState.counter, 0)
}
func testTextField() async throws {
func testTextField() {
context.composerText = "123"
context.send(viewAction: .textChanged)
XCTAssertEqual(context.composerText, "123")