File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExampleTests Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ struct FirebaseSwiftUIExampleTests {
102102
103103 #expect( service. authenticationState == . unauthenticated)
104104 #expect( service. authView == nil )
105- #expect( service. currentError == nil )
106105 #expect( service. currentUser == nil )
107106 try await service. createUser ( email: createEmail ( ) , password: kPassword)
108107
@@ -116,7 +115,6 @@ struct FirebaseSwiftUIExampleTests {
116115 }
117116 #expect( service. currentUser != nil )
118117 #expect( service. authView == nil )
119- #expect( service. currentError == nil )
120118 }
121119
122120 @Test
@@ -137,7 +135,6 @@ struct FirebaseSwiftUIExampleTests {
137135 }
138136 #expect( service. currentUser == nil )
139137 #expect( service. authView == nil )
140- #expect( service. currentError == nil )
141138
142139 try await service. signIn ( email: email, password: kPassword)
143140
@@ -151,6 +148,5 @@ struct FirebaseSwiftUIExampleTests {
151148 }
152149 #expect( service. currentUser != nil )
153150 #expect( service. authView == nil )
154- #expect( service. currentError == nil )
155151 }
156152}
You can’t perform that action at this time.
0 commit comments