Skip to content

Commit

Permalink
[ci skip] Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
d-date authored and github-actions[bot] committed Mar 22, 2024
1 parent 4890b53 commit 9816020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyLibrary/Tests/SponsorFeatureTests/SponsorsTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ComposableArchitecture
import DataClient
import SharedModels
import DependencyExtra
import SharedModels
import XCTest

@testable import SponsorFeature
Expand All @@ -14,7 +14,7 @@ final class SponsorsTests: XCTestCase {
} withDependencies: {
$0[DataClient.self].fetchSponsors = { @Sendable in .mock }
}

await store.send(\.view.onAppear) {
$0.sponsors = .mock
}
Expand Down

0 comments on commit 9816020

Please sign in to comment.