Skip to content

Commit 1ae1bfc

Browse files
committed
introduce test failure
1 parent 1f15178 commit 1ae1bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/TheTruth.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
methods (Test)
33
function testTheTestOfAllTime(testCase)
44
onetyone = 11;
5-
testCase.verifyEqual(onetyone, 11);
5+
testCase.verifyEqual(onetyone, 12);
66
end
77
end
88
end

0 commit comments

Comments
 (0)