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 80f0991 commit 756dc26
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 @@ -369,7 +369,7 @@ class FunctionsTests: XCTestCase {
options: options,
timeout: 4.0
)
result = try await response(from: stream)
let result = try await response(from: stream)
XCTAssertEqual(
result,
[
Expand Down

0 comments on commit 756dc26

Please sign in to comment.