Skip to content

Commit 03f6d20

Browse files
jmagmanandroidseb
authored andcommitted
[local_auth_darwin] Fix test name for clarity (flutter#8499)
Follow up to a review comment I missed https://github.com/flutter/packages/pull/8348/files#r1917486689.
1 parent 182744e commit 03f6d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/local_auth/local_auth_darwin/darwin/Tests/FLALocalAuthPluginTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ class FLALocalAuthPluginTests: XCTestCase {
465465
XCTAssertNil(error)
466466
}
467467

468-
func testDeviceSupportsBiometrics_withBiometryNotAvailableLoadedBiometryType() {
468+
func testDeviceSupportsBiometrics_withBiometryNotAvailableWhenPermissionsDenied() {
469469
let stubAuthContext = StubAuthContext()
470470
let alertFactory = StubAlertFactory()
471471
let viewProvider = StubViewProvider()

0 commit comments

Comments
 (0)