Skip to content

Commit 7f32fd2

Browse files
Tests
Small fix.
1 parent 4adc90c commit 7f32fd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/model/dummy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ def __init__(self, view):
122122
configuration_directory, "waveform_constants.yml"
123123
)
124124

125+
#: bool: Flag to indicate if the resize is ready.
126+
self.resize_ready_flag = True
127+
125128
def execute(self, str, *args, sec=None):
126129
"""Execute a command.
127130

0 commit comments

Comments
 (0)