Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Sep 13, 2024
1 parent 9d05605 commit 97f4287
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ee/presence/presence_darwin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const testPresenceEnvVar = "launcher_test_presence"

// To test this run
//
// launcher_test_presence=true go test ./ee/presence/ -run Test_biometricDetectSuccess
// launcher_test_presence=true go test ./ee/presence/ -run Test_detectSuccess
//
// then successfully auth with the pop up
func Test_biometricDetectSuccess(t *testing.T) {
func Test_detectSuccess(t *testing.T) {
t.Parallel()

if os.Getenv(testPresenceEnvVar) == "" {
Expand All @@ -32,10 +32,10 @@ func Test_biometricDetectSuccess(t *testing.T) {

// To test this run
//
// launcher_test_presence=true go test ./ee/presence/ -run Test_biometricDetectCancel
// launcher_test_presence=true go test ./ee/presence/ -run Test_detectCancel
//
// then cancel the biometric auth that pops up
func Test_biometricDetectCancel(t *testing.T) {
func Test_detectCancel(t *testing.T) {
t.Parallel()

if os.Getenv(testPresenceEnvVar) == "" {
Expand Down

0 comments on commit 97f4287

Please sign in to comment.