Skip to content

Commit 4ffe0ca

Browse files
committed
fix: prettier
1 parent fb2f250 commit 4ffe0ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/traceloop-sdk/test/ai-sdk-transformations.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -942,9 +942,7 @@ describe("AI SDK Transformations", () => {
942942
});
943943

944944
it("should transform azure openai provider to Azure system", () => {
945-
const openaiProviders = [
946-
"azure-openai",
947-
];
945+
const openaiProviders = ["azure-openai"];
948946

949947
openaiProviders.forEach((provider) => {
950948
const attributes = {

0 commit comments

Comments
 (0)