diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/notifications-test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notifications-test.cc b/tests/notifications-test.cc index fb55f6a..d66c242 100644 --- a/tests/notifications-test.cc +++ b/tests/notifications-test.cc @@ -559,7 +559,7 @@ TEST_F(NotificationsTest, TriggerWarning) { } test_volumes[] = { { false, 50, 100 }, { false, 99, 100 }, - { true, 100, 100 }, + { false, 100, 100 }, // Whenever you increase volume... such that acoustic output would be *MORE* than 85 dBA { true, 101, 100 } }; |