test(rerun): fixing rerun tests

This commit is contained in:
CarolinePascal
2026-07-01 20:23:56 +02:00
parent 0584866f85
commit 37866f8014
+2 -1
View File
@@ -50,8 +50,9 @@ def mock_rerun(monkeypatch):
return self return self
class DummyDepthImage: class DummyDepthImage:
def __init__(self, arr, colormap=None): def __init__(self, arr, meter=None, colormap=None):
self.arr = arr self.arr = arr
self.meter = meter
self.colormap = colormap self.colormap = colormap
def dummy_log(key, obj=None, **kwargs): def dummy_log(key, obj=None, **kwargs):