Skip to content

Commit b7c1397

Browse files
committed
Change Assert to Assume, Assert is not including Test Diagnostic in logs, other tests show assume throwing the test diagnostic
1 parent e742ac8 commit b7c1397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/texamples.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function testWebread(testCase)
277277
try
278278
webread_example();
279279
catch exception
280-
testCase.assertTrue(false,readlines(fixture.OutFile));
280+
testCase.assumeTrue(false,readlines(fixture.OutFile));
281281
end
282282

283283

0 commit comments

Comments
 (0)