Skip to content

Commit fb8e460

Browse files
authored
Comment out test verification for square function
Comment out the verification for square function in testSquare.
1 parent dbfbb99 commit fb8e460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testCalc.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
function testSquare(testCase)
77
%TESTCALC Construct an instance of this class
88
% Detailed explanation goes here
9-
testCase.verifyEqual(sqNum(2), 4);
9+
%testCase.verifyEqual(sqNum(2), 4);
1010
end
1111

1212
function testMultiplication(testCase)

0 commit comments

Comments
 (0)