Skip to content

Commit be06d88

Browse files
committed
Update tazureChat.m
1 parent 2666f5f commit be06d88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/tazureChat.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ function canUseAPIVersions(testCase, APIVersions)
462462
end
463463

464464
function apiVersions = iGetAPIVersions()
465-
apiVersions = struct("2024-05-01-preview", "2024-05-01-preview", ...
466-
"2024-04-01-preview", "2024-04-01-preview", ...
467-
"2024-03-01-preview", "2024-03-01-preview", ...
468-
"2024-02-01", "2024-02-01", ...
469-
"2023-05-15", "2023-05-15");
465+
apiVersions = struct("Version_2024_05_01_preview", "2024-05-01-preview", ...
466+
"Version_2024_04_01_preview", "2024-04-01-preview", ...
467+
"Version_2024_03_01_preview", "2024-03-01-preview", ...
468+
"Version_2024_02_01", "2024-02-01", ...
469+
"Version_2023_05_15", "2023-05-15");
470470
end

0 commit comments

Comments
 (0)