Skip to content

Commit 93fec0f

Browse files
committed
remove unused check
1 parent 440e6b0 commit 93fec0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/TestNetCDF.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ function setup_file(tc)
1616
import matlab.unittest.constraints.IsFile
1717
import matlab.unittest.fixtures.TemporaryFolderFixture
1818

19-
tc.assumeFalse(isMATLABReleaseOlderThan('R2021a'), "NetCDF requires Matlab >= R2021a")
20-
2119
fixture = tc.applyFixture(TemporaryFolderFixture);
2220

2321
A0 = 42.;

0 commit comments

Comments
 (0)