Skip to content

Commit

Permalink
Fix typos in test case names: Uint8 -> UInt8
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Oct 10, 2023
1 parent 80e7cd8 commit cbcd0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matlab/test/arrow/buffer/tBuffer.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function fromMATLABUInt8Scalar(testCase)
testCase.verifyEqual(values, source);
end

function fromMATLABFromEmptyUint8(testCase)
function fromMATLABFromEmptyUInt8(testCase)
% Verifies fromMATLAB returns the expected arrow.buffer.Buffer
% value when given an empty uint8 array.

Expand Down Expand Up @@ -67,7 +67,7 @@ function fromMATLABFromEmptyUint8(testCase)
testCase.verifyEqual(values, uint8.empty(0, 1));
end

function fromMATLABUint8Vector(testCase)
function fromMATLABUInt8Vector(testCase)
% Verifies fromMATLAB returns the expected arrow.buffer.Buffer
% value when given a uint8 vector.

Expand Down

0 comments on commit cbcd0f4

Please sign in to comment.