Skip to content

Commit

Permalink
Rename test to InstanceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Oct 30, 2024
1 parent ee9f21b commit 1b18f0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
classdef testInstanceSaveLoad < matlab.unittest.TestCase
% testInstanceSaveLoad Unit test for save and load operations on OpenMINDS types
classdef InstanceTest < matlab.unittest.TestCase
% InstanceTest - Unit test for creation and save/load of OpenMINDS instances

% Automatically generate a test case for each schema type
properties (TestParameter)
Expand Down

0 comments on commit 1b18f0b

Please sign in to comment.