Skip to content

Commit

Permalink
Fix test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Oct 31, 2023
1 parent ea06a58 commit 064e5d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions matlab/test/arrow/array/list/tDatetimeValidator.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ function ZonedNoSetter(testCase)
function ValidateElementNoThrow(testCase) %#ok<MANU>
% Verify validateElement does not throw an exception if:
% 1. the input element is a datetime
% 2. its TimeZone property is '' (only if Zoned = false)
% 3. its TimeZone property is not empty (ony if Zoned = true).
% 2. its TimeZone property is '' and Zoned = false
% 3. its TimeZone property is not empty and Zoned = true

import arrow.array.internal.list.DatetimeValidator

Expand Down Expand Up @@ -135,7 +135,6 @@ function ValidateElementClassTypeMismatchError(testCase)
testCase.verifyError(fcn, errorID);
fcn = @() validator.validateElement(seconds(1));
testCase.verifyError(fcn, errorID);

end

function GetElementLength(testCase)
Expand Down

0 comments on commit 064e5d8

Please sign in to comment.