Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3645d38 authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "Expand Gatekeeper test"

parents cc68516b 103fb4f2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -306,6 +306,8 @@ TEST_P(GatekeeperHidlTest, UntrustedReenroll) {
  if (first != nullptr && second != nullptr) {
    EXPECT_NE(first->user_id, second->user_id);
  }
  // the old enrollment should be invalid now
  verifyPassword(password, enrollRsp.data, 0, verifyRsp, false);
  ALOGI("Testing Untrusted Reenroll done");
}