Revert "rename failsafe test"

This reverts commit 94928e90e5.
This commit is contained in:
Wang Jiayue
2026-05-18 11:52:24 +08:00
committed by Ramon Roche
parent 20dc818de9
commit f59a9dbcc4

View File

@@ -339,7 +339,7 @@ TEST_F(FailsafeTest, no_delay_for_warn)
ASSERT_EQ(failsafe.selectedAction(), FailsafeBase::Action::Warn);
}
TEST_F(FailsafeTest, NoneActionDoesNotRestrictUserTakeover)
TEST_F(FailsafeTest, none_action_does_not_restrict_user_takeover)
{
FailsafeTester failsafe(nullptr);