Skip to content

Commit

Permalink
Rename tRecordBatchFileWriter.m to tRecordBatchWriter.m
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Dec 3, 2024
1 parent ce2b6a3 commit b8dc29b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%TRECORDBATCHFILEWRITER Unit tests for arrow.io.ipc.RecordBatchFileWriter
%TRECORDBATCHWRITER Unit tests for arrow.io.ipc.RecordBatchFileWriter
% and arrow.io.ipc.RecordBatchStreamWriter.

% Licensed to the Apache Software Foundation (ASF) under one or more
Expand All @@ -16,7 +16,7 @@
% implied. See the License for the specific language governing
% permissions and limitations under the License.

classdef tRecordBatchFileWriter < matlab.unittest.TestCase
classdef tRecordBatchWriter < matlab.unittest.TestCase

properties(TestParameter)
WriterConstructor = struct(...
Expand Down

0 comments on commit b8dc29b

Please sign in to comment.