Skip to content

Commit

Permalink
Update FirebaseFunctions/Tests/Unit/FunctionsTests.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Cooke <36927374+ncooke3@users.noreply.github.com>
  • Loading branch information
eBlender and ncooke3 authored Jan 16, 2025
1 parent f031c1f commit 0df7f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseFunctions/Tests/Unit/FunctionsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class FunctionsTests: XCTestCase {
timeout: 4.0
)

result = try await response(from: stream)
let result = try await response(from: stream)
// Since we cancel the call we are expecting an empty array.
XCTAssertEqual(
result,
Expand Down

0 comments on commit 0df7f8d

Please sign in to comment.