Skip to content

Commit

Permalink
update test for renamed function
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Dec 21, 2023
1 parent 03f8102 commit a4ded10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/procedures/matlab/matlab.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe(utils.suiteName(__filename), function () {
});

utils.verifyRPCInterfaces("MATLAB", [
["feval", ["fn", "args", "numReturnValues"]],
["function", ["fn", "args", "numReturnValues"]],
]);

describe("_parseResult", function () {
Expand Down

0 comments on commit a4ded10

Please sign in to comment.