From 98160203f400ed07f16c9615d06cc18b22efcb43 Mon Sep 17 00:00:00 2001 From: d-date Date: Fri, 22 Mar 2024 14:35:33 +0000 Subject: [PATCH] [ci skip] Run swift-format --- MyLibrary/Tests/SponsorFeatureTests/SponsorsTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MyLibrary/Tests/SponsorFeatureTests/SponsorsTests.swift b/MyLibrary/Tests/SponsorFeatureTests/SponsorsTests.swift index 2841e70..73cca11 100644 --- a/MyLibrary/Tests/SponsorFeatureTests/SponsorsTests.swift +++ b/MyLibrary/Tests/SponsorFeatureTests/SponsorsTests.swift @@ -1,7 +1,7 @@ import ComposableArchitecture import DataClient -import SharedModels import DependencyExtra +import SharedModels import XCTest @testable import SponsorFeature @@ -14,7 +14,7 @@ final class SponsorsTests: XCTestCase { } withDependencies: { $0[DataClient.self].fetchSponsors = { @Sendable in .mock } } - + await store.send(\.view.onAppear) { $0.sponsors = .mock }