From 0b6f800a6e99e6485508aef14f666a7aa51a2f6d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 13 Feb 2015 13:49:43 -0600 Subject: Adding a comment for an odd check --- tests/notifications-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/notifications-test.cc') diff --git a/tests/notifications-test.cc b/tests/notifications-test.cc index 22402cd..79b6e8e 100644 --- a/tests/notifications-test.cc +++ b/tests/notifications-test.cc @@ -326,7 +326,7 @@ TEST_F(NotificationsTest, HighVolume) { volume_control_set_volume(volumeControl.get(), 0.90); loop(50); notev = notifications->getNotifications(); - ASSERT_LT(0, notev.size()); + ASSERT_LT(0, notev.size()); /* This passes with one or two since it would just be an update to the first if a second was sent */ EXPECT_EQ("Volume", notev[0].summary); EXPECT_EQ("High volume", notev[0].body); EXPECT_GVARIANT_EQ("@s 'true'", notev[0].hints["x-canonical-value-bar-tint"]); -- cgit v1.2.3