summaryrefslogtreecommitdiffstats
path: root/test/test-all.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-all.c')
-rw-r--r--test/test-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-all.c b/test/test-all.c
index 941c0cd..37af97d 100644
--- a/test/test-all.c
+++ b/test/test-all.c
@@ -75,7 +75,7 @@ static void test_recording_async(Fixture *fixture, gconstpointer data)
gfloat max_frame_rate = 1.0f;
g_object_get(G_OBJECT(camera),
- "max-frame-rate", &max_frame_rate,
+ "sensor-max-frame-rate", &max_frame_rate,
NULL);
g_assert(max_frame_rate != 0.0f);