aboutsummaryrefslogtreecommitdiff
path: root/tests/notification-fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notification-fixture.h')
-rw-r--r--tests/notification-fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification-fixture.h b/tests/notification-fixture.h
index 0c24843..cbce9ff 100644
--- a/tests/notification-fixture.h
+++ b/tests/notification-fixture.h
@@ -334,7 +334,7 @@ protected:
const std::shared_ptr<ayatana::indicator::notifications::SoundBuilder>& sb,
const std::shared_ptr<ayatana::indicator::datetime::Settings>& settings)
{
- auto snap = std::make_shared<ayatana::indicator::datetime::Snap>(ne, sb, settings);
+ auto snap = std::make_shared<ayatana::indicator::datetime::Snap>(ne, sb, settings, system_bus);
wait_msec(100); // wait a moment for the Snap to finish its async dbus bootstrapping
return snap;
}