There was an error while loading. Please reload this page.
1 parent c6ebf80 commit 6bebf1dCopy full SHA for 6bebf1d
1 file changed
sample/TheTruth.m
@@ -2,7 +2,7 @@
2
methods (Test)
3
function testTheTestOfAllTime(testCase)
4
onetyone = 11;
5
- testCase.verifyEqual(onetyone, 12);
+ testCase.verifyEqual(onetyone, 11);
6
end
7
8
0 commit comments