Skip to content

Commit

Permalink
🔧 async 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chopmozzi committed Jan 11, 2024
1 parent 819bdef commit f928094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
shouldAutocreateTestPlan = "YES">
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FC7E454B2AFEB62B004F155A"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ final class PlaybackInteractorTests: XCTestCase {
XCTAssertEqual(sut.selectedTag, "테스트")
}

func test_Home_fetchPosts를_호출하면_presentLoadFetchVideosResponse를_호출한다() {
func test_Home_fetchPosts를_호출하면_presentLoadFetchVideosResponse를_호출한다() async {
// Arrange
let spy = PlaybackPresentationLogicSpy()
sut.parentView = .home
Expand Down

0 comments on commit f928094

Please sign in to comment.