Skip to content

Commit 692315f

Browse files
Update matlab/test/arrow/tabular/tTable.m
Co-authored-by: Kevin Gurney <[email protected]>
1 parent d515cb7 commit 692315f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab/test/arrow/tabular/tTable.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ function TestIsEqualFalse(testCase)
666666

667667
function FromRecordBatchesZeroInputsError(testCase)
668668
% Verify the arrow.tabular.Table.fromRecordBatches function
669-
% throws an exception if called with zero input arguments.
669+
% throws an `arrow:Table:FromRecordBatches:ZeroBatches` exception if called with zero input arguments.
670670
import arrow.tabular.Table
671671
fcn = @() Table.fromRecordBatches();
672672
testCase.verifyError(fcn, "arrow:Table:FromRecordBatches:ZeroBatches");

0 commit comments

Comments
 (0)