Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Sep 6, 2023
1 parent 22b56fe commit c210fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/test/arrow/type/tDisplay.m
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function TestTimeType(testCase, TimeType)
% ID: Time32
% TimeUnit: Second
%
t

type = TimeType;
fullClassName = string(class(type));
className = reverse(extractBefore(reverse(fullClassName), "."));
Expand Down

0 comments on commit c210fcf

Please sign in to comment.