Skip to content

Commit b4eb285

Browse files
ryanwilsonpaulb777
authored andcommitted
Fixed tests
1 parent 5d0958d commit b4eb285

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

FirebaseFunctionsSwift/Tests/IntegrationTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,6 @@ class IntegrationTests: XCTestCase {
417417
#endif
418418

419419
func testExplicitError() {
420-
#warning("This fails with a fatal error unwraping the errorDetails key")
421-
XCTSkip("This fails with a fatal error unwrpaping the errorDetails key")
422420
let expectation = expectation(description: #function)
423421
let function = functions.httpsCallable(
424422
"explicitErrorTest",
@@ -445,7 +443,6 @@ class IntegrationTests: XCTestCase {
445443
#if compiler(>=5.5) && canImport(_Concurrency)
446444
@available(iOS 15, tvOS 15, macOS 12, watchOS 8, *)
447445
func testExplicitErrorAsync() async {
448-
XCTSkip("This fails with a fatal error unwrpaping the errorDetails key")
449446
let function = functions.httpsCallable(
450447
"explicitErrorTest",
451448
requestAs: [Int].self,

0 commit comments

Comments
 (0)