Skip to content

Commit

Permalink
✏️ :: [#144] HomeFeature / Test에 주
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Aug 2, 2023
1 parent ad94086 commit ea21cb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ final class HomeViewController: BaseStoredViewController<HomeStore> {
)
private let mealCardView = MealCardView()
private let bottomSpacerView = SpacerView(height: 40)
.set(\.backgroundColor, .clear.withAlphaComponent(0.0125))

override func setLayout() {
MSGLayout.stackedScrollLayout(view) {
Expand Down
1 change: 0 additions & 1 deletion Projects/Feature/HomeFeature/Tests/HomeFeatureTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import XCTest
@testable import HomeFeature
@testable import TimerTesting
@testable import SelfStudyDomainTesting
@testable import AuthDomainTesting
@testable import MassageDomainTesting
@testable import MealDomainTesting
@testable import UserDomainTesting
Expand Down

0 comments on commit ea21cb4

Please sign in to comment.