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 756dc26 commit f031c1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FirebaseFunctions/Tests/Unit/FunctionsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ class FunctionsTests: XCTestCase {
func testGenerateStreamContentCanceled() async {
let options = HTTPSCallableOptions(requireLimitedUseAppCheckTokens: true)
let input: [String: Any] = ["data": "Why is the sky blue"]
var result = [String]()

let task = Task.detached { [self] in
let stream = try await functions!.stream(
Expand Down

0 comments on commit f031c1f

Please sign in to comment.