From 4ef5e18dfc6f03bdf280621103d2332b9cfd4000 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Mon, 15 Jun 2020 19:33:25 +0900 Subject: [PATCH] tests: timer: fix test for ALSATimerDeviceStatus Fixes: 0146f26c3447 ("timer: device_status: add properties") Signed-off-by: Takashi Sakamoto --- tests/alsatimer-device-status | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/alsatimer-device-status b/tests/alsatimer-device-status index cfa1ce9..5a99bfd 100644 --- a/tests/alsatimer-device-status +++ b/tests/alsatimer-device-status @@ -10,7 +10,11 @@ gi.require_version('ALSATimer', '0.0') from gi.repository import ALSATimer target = ALSATimer.DeviceStatus() -props = () +props = ( + 'resolution', + 'resolution-numerator', + 'resolution-denominator', +) methods = () signals = () -- 2.47.3