Skip to content

Commit 6791727

Browse files
committed
Update assertion
1 parent c89de9e commit 6791727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/matlab/matlabls/handlers/indexing/tParseInfoFromDocument.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function testParsingScriptFile (testCase)
3636
testCase.assertEqual(result.references, expectedReferences);
3737

3838
expectedSections = {
39-
struct(title = "Create Data", range = toRange(3, 1, 6, 2)),...
39+
struct(title = "Create Data", range = toRange(3, 1, 6, 1)),...
4040
struct(title = "Plot", range = toRange(7, 1, 8, 11))
4141
};
4242

0 commit comments

Comments
 (0)