Skip to content

Commit 15f814c

Browse files
Sendable Hub.Downloader, Hub.Hub and Hub.HubApi .3
1 parent adc808a commit 15f814c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/HubTests/DownloaderTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ final class DownloaderTests: XCTestCase {
8181
switch state {
8282
case .notStarted:
8383
continue
84-
case let .downloading(progress):
84+
case .downloading:
8585
continue
8686
case let .failed(error):
8787
throw error
@@ -114,7 +114,7 @@ final class DownloaderTests: XCTestCase {
114114
switch state {
115115
case .notStarted:
116116
continue
117-
case let .downloading(progress):
117+
case .downloading:
118118
continue
119119
case .failed:
120120
break listen

0 commit comments

Comments
 (0)