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 <[email protected]>
  • Loading branch information
eBlender and ncooke3 authored Jan 16, 2025
1 parent 1ffa4f0 commit 80f0991
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 @@ -361,7 +361,6 @@ class FunctionsTests: XCTestCase {

func testGenerateStreamContent() async throws {
let options = HTTPSCallableOptions(requireLimitedUseAppCheckTokens: true)
var result = [String]()

let input: [String: Any] = ["data": "Why is the sky blue"]
let stream = try await functions!.stream(
Expand Down

0 comments on commit 80f0991

Please sign in to comment.