From ee1e1d155817e23e8497c7b5aafb592c5ef15f98 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 27 Oct 2023 10:31:43 -0700 Subject: [PATCH] Update FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift Co-authored-by: pragatimodi <110490169+pragatimodi@users.noreply.github.com> --- .../AuthenticationExampleUITests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift b/FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift index 922e04f2e57..1dc9bddd718 100644 --- a/FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift +++ b/FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift @@ -37,7 +37,7 @@ class AuthenticationExampleUITests: XCTestCase { } func testAuthOptions() { - // There are 13 sign in methods, each with its own cell + // There are 15 sign in methods, each with its own cell XCTAssertEqual(app.tables.cells.count, 15) }