Skip to content

Commit

Permalink
Merge pull request #3 from takehilo/fix-doc-unit-test
Browse files Browse the repository at this point in the history
チュートリアルChapter2のコードを修正
  • Loading branch information
kalupas226 committed Mar 9, 2024
2 parents b547dce + 2732858 commit 3c3e9f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ final class RepositoryListFeatureTests: XCTestCase {
$0.query = "test"
}
await testScheduler.advance(by: .seconds(0.3))
await store.receive(.queryChangeDebounced) {
await store.receive(\.queryChangeDebounced) {
$0.isLoading = true
}
await store.receive(\.searchRepositoriesResponse) {
Expand Down

0 comments on commit 3c3e9f8

Please sign in to comment.