Skip to content

Commit a04a72a

Browse files
committed
Python error change
1 parent 88563e7 commit a04a72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tZarrWrite.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function invalidFilePath(testcase)
128128
function dataDatatypeMismatch(testcase)
129129
% Verify error for mismatch between datatype value and datatype
130130
% of data to be written with zarrwrite.
131-
errID = 'MATLAB:Python:PyExceptionWithNDArrayInfoAndMsg';
131+
errID = 'MATLAB:Python:PyException';
132132
zarrcreate(testcase.ArrPathWrite,testcase.ArrSize,"Datatype",'int8');
133133
data = ones(testcase.ArrSize);
134134
testcase.verifyError(@()zarrwrite(testcase.ArrPathWrite,data),errID);

0 commit comments

Comments
 (0)