Эх сурвалжийг харах

[Sessions] Fix test app crash (#14700)

Nick Cooke 11 сар өмнө
parent
commit
87c48c2f88

+ 2 - 2
FirebaseSessions/Tests/TestApp/Shared/AppQualityDevAppApp.swift

@@ -18,8 +18,8 @@ import FirebaseSessions
 import SwiftUI
 
 @main
-class AppQualityDevAppApp: App {
-  required init() {
+struct AppQualityDevAppApp: App {
+  init() {
     // In other Product SDKs, this is called via `+ load`, but
     // we're faking that here because Swift doesn't have `+ load`
     MockSubscriberSDK.addDependency()