Skip to content

Commit bce10db

Browse files
committed
Fix warning
1 parent 5abd415 commit bce10db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AppTests/GithubTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ class GithubTests: AppTestCase {
441441
}
442442

443443
func test_extractImagesRequiringCaching_noUnnecessaryChanges() async throws {
444-
try withDependencies {
444+
withDependencies {
445445
$0.environment.awsReadmeBucket = { "awsReadmeBucket" }
446446
} operation: {
447447
var readme = """

0 commit comments

Comments
 (0)