Skip to content

Commit 1a9e76d

Browse files
committed
[Sessions] Fix test app crash
1 parent 20d9c36 commit 1a9e76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseSessions/Tests/TestApp/Shared/AppQualityDevAppApp.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import FirebaseSessions
1818
import SwiftUI
1919

2020
@main
21-
class AppQualityDevAppApp: App {
22-
required init() {
21+
struct AppQualityDevAppApp: App {
22+
init() {
2323
// In other Product SDKs, this is called via `+ load`, but
2424
// we're faking that here because Swift doesn't have `+ load`
2525
MockSubscriberSDK.addDependency()

0 commit comments

Comments
 (0)