Skip to content

Commit 26bdb0f

Browse files
Minor fix to removeinstalledbsp (#193)
1 parent eb3fd49 commit 26bdb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/BSPTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
methods(TestClassSetup)
44
function removeinstalledbsp(~)
5-
str = 'Analog Devices Board Support Packages';
5+
str = 'Analog Devices';
66
ts = matlab.addons.toolbox.installedToolboxes;
77
for t = ts
88
if contains(t.Name,str)

0 commit comments

Comments
 (0)