summaryrefslogtreecommitdiffstats
path: root/tests/camera3/camera3test_fixtures.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/camera3/camera3test_fixtures.h')
-rw-r--r--tests/camera3/camera3test_fixtures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/camera3/camera3test_fixtures.h b/tests/camera3/camera3test_fixtures.h
index 81d1997..17e3d45 100644
--- a/tests/camera3/camera3test_fixtures.h
+++ b/tests/camera3/camera3test_fixtures.h
@@ -68,7 +68,7 @@ class Camera3Device : public Camera3Module {
<< "Can't open camera device";
ASSERT_TRUE(NULL != device)
<< "Camera open() returned a NULL device";
- ASSERT_EQ(kVersion3_0, device->version)
+ ASSERT_LE(kVersion3_0, device->version)
<< "The device does not support HAL3";
cam_device_ = reinterpret_cast<camera3_device_t*>(device);
}