Skip to content

Commit ae0eba0

Browse files
committed
Typo in warning ID caused test failure.
1 parent 1bc7e48 commit ae0eba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/book/chapter06/tChapter6.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function disableSoftwareRenderingWarning(testCase)
2323

2424
import matlab.unittest.fixtures.SuppressedWarningsFixture
2525
testCase.applyFixture( ...
26-
SuppressedWarningsFixture("MATLAB:graphics:SoftwareMarkerSubsamplingm"));
26+
SuppressedWarningsFixture("MATLAB:graphics:SoftwareMarkerSubsampling"));
2727
end
2828
end
2929

0 commit comments

Comments
 (0)