diff --git a/test/unit/extension_video_sensing.js b/test/unit/extension_video_sensing.js
index 5a217589f..197c06e87 100644
--- a/test/unit/extension_video_sensing.js
+++ b/test/unit/extension_video_sensing.js
@@ -87,6 +87,8 @@ const isNearAngle = (actual, expect, optMargin = 10) => (
 // A fake scratch-render drawable that will be used by VideoMotion to restrain
 // the area considered for motion detection in VideoMotion.getLocalMotion
 const fakeDrawable = {
+    updateMatrix () {}, // no-op, since isTouching always returns true
+
     getFastBounds () {
         return {
             left: -120,