Skip to content

Commit 7e81d37

Browse files
committed
minimal and complete test for the backward compatibility function
1 parent f680fb5 commit 7e81d37

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/topenAIMessages.m

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
classdef topenAIMessages < matlab.unittest.TestCase
2+
% Tests for openAIMessages backward compatibility function
3+
4+
% Copyright 2023-2024 The MathWorks, Inc.
5+
6+
methods(Test)
7+
function returnsMessageHistory(testCase)
8+
testCase.verifyClass(openAIMessages,"messageHistory");
9+
end
10+
end
11+
end

0 commit comments

Comments
 (0)