1 parent dbfbb99 commit fb8e460Copy full SHA for fb8e460
1 file changed
test/testCalc.m
@@ -6,7 +6,7 @@
6
function testSquare(testCase)
7
%TESTCALC Construct an instance of this class
8
% Detailed explanation goes here
9
- testCase.verifyEqual(sqNum(2), 4);
+ %testCase.verifyEqual(sqNum(2), 4);
10
end
11
12
function testMultiplication(testCase)
0 commit comments