Skip to content

Commit 21d8b54

Browse files
committed
Modified property access attributes in tComponent
1 parent 697ffae commit 21d8b54

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/tComponent.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@
1111
Figure(:, 1) matlab.ui.Figure {mustBeScalarOrEmpty}
1212
% Class name of the component under test.
1313
ComponentType(1, 1) string
14-
end % properties ( GetAccess = protected, SetAccess = private )
15-
16-
properties ( Access = protected )
1714
% View/controller component under test.
1815
ApplicationComponent(:, 1) Component {mustBeScalarOrEmpty}
19-
end % properties ( Access = protected )
16+
end % properties ( GetAccess = protected, SetAccess = private )
2017

2118
methods ( TestClassSetup )
2219

0 commit comments

Comments
 (0)